This is simple example of chat application. It's limited to two users only.
Setup:
- Clone this repository
git clone git@github.com:suchy/chat.git - Go to project directory and install dependencies
cd chat && npm install - Run server
npm startand clientnpm run start:clientin separated terminals.
Client will be runing on http://localhost:3000