Joel-Raju / chat-demo

A realtime chat built with Socket IO and ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-demo

A real-time chat demo app built using Socket IO and ReactJS.

Read this post on my blog for more explanation.

Screenshot

Running the server

cd server
yarn install
yarn start

The server will be running at http://localhost:3001/.

Running the client

cd client
yarn install
yarn start

The client will be running at http://localhost:3000/.

About

A realtime chat built with Socket IO and ReactJS

License:MIT License


Languages

Language:JavaScript 91.4%Language:HTML 6.2%Language:CSS 2.4%