Using WebSockets in NodeJS and Building a Chat App
In this article, we will learn about websockets, what is it, how do we use it and much more. We will also create a NodeJS application demonstrating how to work with websockets and also build another NodeJS application around one the most talked about use case of websockets, a chat application. Also checkout how to…