This is a simple chat app of a WebSocket server and client example as a practice for the JavaScript WebSockets in Browser and Server.
To run the example, first install the dependencies:
npm i
Then run the server:
npm run dev
It will start on http://localhost:3000
MIT