InterviewSolution
Saved Bookmarks
| 1. |
What is Node.js? Where can you use it? |
|
Answer» NODE JS is a framework for easily creating FAST and SCALABLE NETWORK applications BASED on Chrome's JavaScript runtime. Because of its single-threaded nature, it's best suited for non-blocking, event-driven servers. |
|