A simple ES6/WebSockets chat application.
This is a demo application meant to be used in a single web browser using multiple tabs, with each tab representing a new user connecting to the server. Each connection will require a new username.
Run $ npm i in the top chatSocket folder.
Run $ npm start in the top chatSocket folder and open index.html.