Node Websockets simplest chat

A minimal implementation of a Node chat and js client using websockets through Node server to serve a js client using jquery...

Installation

Install dependencies

npm install

Usage

Start the server by running the start script (defined in package.json)

npm start

Open frontend.html in your favourite browser (multiple tabs for testing)

License

MIT