/nuntium

Simple realtime chat website built using ExpressJs and websocket.

Primary LanguageEJS

nuntium

Simple realtime chat website built using ExpressJs and websocket.

Installation

  1. Install dependencies.
npm install
  1. Build the typescript.
npm run build
  1. Run the javascript and start the server.
npm run dev

Please note that you will need to rebuild the code every time you make a change.

Usage

  1. After starting the server, visit the below url.
localhost:3000
  1. Enter your username and the room you want to enter.

Any user on the same server and room will be able to listen to your messages and send messages back.