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