{"id":20945406,"url":"https://github.com/beebombshell/nodejs-crash-course","last_synced_at":"2026-04-21T22:04:16.876Z","repository":{"id":41383797,"uuid":"508650682","full_name":"BeeBombshell/NodeJs-Crash-Course","owner":"BeeBombshell","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-26T12:06:16.000Z","size":50,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T21:43:45.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BeeBombshell.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}},"created_at":"2022-06-29T10:46:58.000Z","updated_at":"2023-09-29T07:19:48.000Z","dependencies_parsed_at":"2023-01-20T00:20:15.521Z","dependency_job_id":null,"html_url":"https://github.com/BeeBombshell/NodeJs-Crash-Course","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeeBombshell%2FNodeJs-Crash-Course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeeBombshell%2FNodeJs-Crash-Course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeeBombshell%2FNodeJs-Crash-Course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeeBombshell%2FNodeJs-Crash-Course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeeBombshell","download_url":"https://codeload.github.com/BeeBombshell/NodeJs-Crash-Course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243336465,"owners_count":20275118,"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","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":[],"created_at":"2024-11-18T23:47:57.399Z","updated_at":"2025-12-28T23:13:09.025Z","avatar_url":"https://github.com/BeeBombshell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NodeJS Crash Course :dart:\n\n*Techniques used in this course: Node*\n\n:pushpin: - Exploring NodeJS fundamentals including built-in modules like path, fs, os, etc.\n\n:pushpin: - Creating an HTTP server without using ExpressJS. \n\n### Pre-requisites :technologist:\n- JS fundamentals: variables, loops, conditionals, functions, arrays, objects, etc.\n- HTTP\n- JSON\n- Arrow functions\n- Promises\n- MVC Pattern (Model View Controller)\n\n### Advantages\nAdvantages:\n- Fast, efficient, highly scalable.\n- Event driven, non-blocking I/O Model.\n- Popular in industry.\n- Same language on frontend and backend.\n\n### Non-Blocking I/O\n-Works on a single thread using non-blocking I/O calls.\n\n### Node's Event Loops\n- Single Threaded.\n- Supports concurrency via events and callbacks.\n- EventEmitter class is used to bind events and listeners.\n\n### Best types of projects for NodeJS\n- REST API and Microservices\n- Real Time Services (Chat, Live Updates)\n- CRUD Apps - Blogs, Shopping Carts, Social Networks, etc.\n- Tools and Utilities (anything that is not CPU intensive)\n\n### NPM (Node Package Manager)\n- Node Package Manager is a package manager for NodeJS packages or modules.\n\n3rd party modules installed via NPM: express, body-parser, mongoose, etc.\n\nCustom Modules (files) can be created and exported to be used in other files.\n\nNode Core Modules: path, fs, http, etc\n\nVery helpful documentation.\n\n------------------------------------------------------------------------------------------------------------------\n\n- To check node version:\n```node --version```\n\n- Open node terminal using:\n```node```\n\n- Initialize a project:\n```npm init```\n\n- Install a package:\n```npm install \u003cpackage_name\u003e```\n\n- Install a package as a dev dependency:\n```npm install \u003cpackage_name\u003e --save-dev```\n\n- Install a package globally:\n```npm install -g \u003cpackage_name\u003e```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeebombshell%2Fnodejs-crash-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeebombshell%2Fnodejs-crash-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeebombshell%2Fnodejs-crash-course/lists"}