Node JS For Begginers
Node JS For Beginners
What is Node JS?
Node. js 
Web applications, command-line applications, REST API  servers, real-time chat applications can be build  using node. js 
Advantages And Disadvantages Of Node JS?
Advantages
Single Programming Language Is Enough: node. js  can be used for back and front end.
Faster :  Using JavaScript in the back end and using google V8 engine makes node. js  works faster.
Benefits Of NPM: Node Package Manager or the NPM has stand-alone tools that allowto  users to download and use. So the developer can manage the dependencies by his\her self.
Single-Threaded: To handle multiple concurrent clients, the tool offers many options such as callbacks and event loops.
Faster
Benefits Of NPM: Node Package Manager or the NPM has stand-alone tools that allow
Single-Threaded: To handle multiple concurrent clients, the tool offers many options such as callbacks and event loops.
Disadvantages
Unstable API
Not Good Enough For Heavy Computations
Getting started
2) To display hello world,
 
Comments
Post a Comment