Skip to content

farooqashar/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat React/Socket.io Site

This is a simple chatting site built using Express, Node.js, React.js, and Socket.io in order to send messages between different people via the same chat room. Open up two windows and try it out!

Running Locally

To run this site locally, it is necessary to install all required npm packages and libraries located in the requirements.txt file.

Cloning

git clone https://github.com/farooqashar/chat.git

Installing requirements

npm install

Starting Frontend Server

cd client
npm start

Locate to http://localhost:3000/ to see frontend server and open up two windows to try it out yourself. Note that a frontend server is being hosted on Vercel at https://chat-green-psi.vercel.app/ if you want to take a look at it.

Starting Backend Server

cd server
node index.js

The backend server is located at http://localhost:3002/.

Front Page of Site With A Chat Example Between Two Users

Front Page of Site With A Chat Example Between Two Users

Backend Server Running Status

Backend Server Running Status

About

Chat React/Socket.io Site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors