Why Node JS?
Node Js is a open source server environment platform where you can use javascript on server.It is totally free and runs on various platforms. For examples Windows,Linux,Unix,mac os X etc.It uses asynchronous programming.Lets see why node js has become more famous in the past few years.
- The nature of asynchronous event driven I/O helps concurrent data handling.
- Share the same piece of code in the client as well as the server side.
- Uses JavaScript which is very easy to learn.
- Node package Managing feature.
- Provide more fast loading content in the web pages.
- It has huge and powerful set of libraries.
- Easy monitoring and support.
- Streaming big files are easy.
Can you elaborate what you mean by asynchronous?
ReplyDeleteAsynchronous means stateless and that the connection is persistent.
Delete