Skip to content

suchy/simple-chat-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

Simple chat application - proof of concept

Topics

Resources

Stars

Watchers

Forks