Too Long; Didn't Read
In this article, we are going to create a chat application that connects people, anonymously, to different rooms together in pairs of two rooms. The chat application would make use of **[Express.js] for the server-side code, and the client-side will be developed with vanilla JavaScript. We will create a JavaScript file, and name, and create a simple Node HTTP server. We would be creating a simple UI using Vanilla JavaScript and we serve the web page as a static file from our express app.