chat-client is an open-source Node.js typescript application supporting a client side of websocket chat messaging system.
Application runs on Node.js version >= 8.5.0 and TypeScript >= 2.5.2.
First install dependencies using:
npm install
then compile with:
tsc --watch
Run with:
npm start
from project's root directory.