Node.JS is powerful JavaScript framework built on top of Google Chrome's JS V8 Engine.
It is used to develop I/O intensive web applications like video streaming sites, single-page applications, etc.. Node.JS is open source and used by thousands of developers around the world.
Advantages
- Quick & easy development
- High performance
- Run on single thread to handle multiple concurrent requests
- Easy to write API and interaction code
- Streaming support
- Monitoring possibilities
- Authentication support
- Lightweight, fast, and scalable
No comments:
Post a Comment