{"id":15718926,"url":"https://github.com/hritik5102/node-js","last_synced_at":"2025-08-22T06:43:28.122Z","repository":{"id":134373662,"uuid":"217815655","full_name":"hritik5102/Node-js","owner":"hritik5102","description":"Node is runtime environment of javascript and node-js is not programming language and not framework build on the v8 javascript engine.","archived":false,"fork":false,"pushed_at":"2019-11-03T07:47:49.000Z","size":1068,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T22:29:41.242Z","etag":null,"topics":["express-js","http","javascript","node-js","node-module","nodejs","nodejs-server","nodemon"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hritik5102.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-27T06:43:46.000Z","updated_at":"2019-11-03T07:50:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"abec8b24-343a-4050-b071-2b6a634bc2a6","html_url":"https://github.com/hritik5102/Node-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hritik5102/Node-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FNode-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FNode-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FNode-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FNode-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hritik5102","download_url":"https://codeload.github.com/hritik5102/Node-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FNode-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271599736,"owners_count":24787801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express-js","http","javascript","node-js","node-module","nodejs","nodejs-server","nodemon"],"created_at":"2024-10-03T21:54:20.510Z","updated_at":"2025-08-22T06:43:28.077Z","avatar_url":"https://github.com/hritik5102.png","language":"JavaScript","readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"assets/nodejs.png\"\u003e\n\u003ch3\u003e Node-js\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003e ### what is node js ?\n\nnode is runtime enviroment of javascript and nodejs is not programming language and not framework build on the v8 javascript engine\n\n\u003e ### Working\n\nnode uses a single thread to execute multiple requests asynchronously supports concurrency via events and callbacks. \n\n\u003e ### why to use Node-js ?\n\n* event driven , non blocking i/o model\n* great for prototyping and agile development \n* superfast and high scalable \n* javascript everywhere \n* cleaner and more consistent codebase\n* large ecosystem of open source libs\n\n\u003e ### Best type of projects for Node-js\n\n* RestApi and microprocess\n* real-time services (chat, live updates)\n* CRUD APPS - blogs, shopping carts, social network\n* tool and utilities\n\n\u003e ### Basic view\n\n1. install a 3rd package (frameworks, library, tools)\n2. package get stored in node_modules\n3. all dependencies are listed in package.json file\n4. NPM scripts can be created to run certain to run certain task such as a run server\n\n#### Install [Node.js](http://nodejs.org/) (4.0.0 or later)\n\n1. Install dependencies\n   ```sh\n   $ npm install\n   ```\n2. Generate a package.json\n   ```sh\n   $ npm init\n   ```\n3. Install a package locally\n   ```sh\n   $ npm install express\n   ```\n4. Install a package globally\n   ```sh\n   $ npm install -g nodemon \n   ```\n5. To run a file \n   ```sh\n   $ npm filename \n   ```\n\n\u003e ### Node module system\n\n1. Open system \n2. File system\n3. Events\n4. Http","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhritik5102%2Fnode-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhritik5102%2Fnode-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhritik5102%2Fnode-js/lists"}