Node.js is an open-source server-side runtime environment built on Chrome's V8 JavaScript engine. it is released under the MIT license Node.js was written by Ryan Dahl. It is best for network application, real-time chat app, web development, API development. it is also used in production by large companies such as Paypal, Uber, Netflix, Wallmart and so on. its applications will never buffer any data.
it can be used for both scenarios for Backend environment and you can even use it as front – end environment.
Following are the areas where Node.js is proving itself as a perfect technology partner.
I/O bound Applications
Data Streaming Applications
Data-Intensive Real-time Applications (DIRT)
JSON APIs based Applications
Single Page Applications.
it can be used for both scenarios for Backend environment and you can even use it as front – end environment.
Following are the areas where Node.js is proving itself as a perfect technology partner.
I/O bound Applications
Data Streaming Applications
Data-Intensive Real-time Applications (DIRT)
JSON APIs based Applications
Single Page Applications.
Comments
Post a Comment