Node. js is the total buzz at this time, and provides program for creating real-time, creating powerful, web applications easily. Node. js/Node provides server area Java Script environment. Node is based on "V8" engine motor which is Google's runtime execution. Both v8 and Node are almost integrated in C and C++ where primary goal is to concentrate on performance and less recollection consumption. V8 helps JavaScript in web browser, especially Google Stainless whereas Node supports long term server process. Many modern environment like Apache count on multithreading for supporting concurrent execution of the business logic; a Node process is not reliant on multithreading. Node is dependant on asynchronous I/O eventing model. Node server can be thought of as single threaded daemon process that implants java script engine for supporting customization.
Main