Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 432 Bytes

File metadata and controls

11 lines (7 loc) · 432 Bytes

Simple chat application - proof of concept

This is simple example of chat application. It's limited to two users only.

Setup:

  1. Clone this repository git clone git@github.com:suchy/chat.git
  2. Go to project directory and install dependencies cd chat && npm install
  3. Run server npm start and client npm run start:client in separated terminals.

Client will be runing on http://localhost:3000