Embed presentation
Download to read offline


















Node.js is a set of JavaScript libraries built on Google's V8 JavaScript engine that uses asynchronous and event-driven techniques. It allows for non-blocking I/O operations and callbacks to handle events like timeouts. It is more scalable than traditional threaded models as it uses fewer resources and has no threads. WebSockets and long-polling allow for bidirectional communication with less overhead than HTTP and AJAX. Sanwaad is a real-time chat server designed with a router, controller, views, client-side libraries, and testing suites.
















