Skip to content

eddycheong/chatty-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatty App

A minimal and simple clone of Slack written with ReactJS and Websockets.

Usage

Clone this repository and cd to each directory to run the specified commands below:

Client Setup

Install the dependencies and startup the chatt app.

npm install
npm start
open http://localhost:3000

Server Setup

Install the dependencies and start the websocket server.

npm install
npm start

Client Dependencies

Server Dependencies

  • express
  • ws
  • uuid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published