Skip to content

tanu31195/nodejs-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

nodejs-helloworld

What is Node.js https://nodejs.org/en/?

Node.js is a JavaScript runtime built on the V8 engine by Google. V8 engine is written in C++ and it compiles JavaScript code to machine code and adds other features like accessing the file system, etc. JavaScript can be run anywhere using Node.js not just on the browser. We can use Node.js to run a server, handle business logic and return responses. Node.js is event driven. Single threaded at application level

Node.js lifecycle

https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/

Event loop --> Keeps on running as there are event listeners registered

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published