Skip to content

A real time chat application built with React, Node.js and Express using Socket.io

Notifications You must be signed in to change notification settings

goodguygoddy/lets-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Let's Chat

A real time chat application built with React, Node.js and Express using Socket.io

To run the client side do the following

cd into the /client folder and run

yarn install

Then run

yarn start

To run the server side do the following

cd into the /server folder and run

npm install

Then run

npm run start

The server should start on port: 7000

Now to use this application open localhost:3000 on different tabs and enter different names from each tab and see who all is active on this application.

About

A real time chat application built with React, Node.js and Express using Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published