Skip to content

My first React-Nodejs application with socket.io. It only have socket connection without any database and authentication system.

Notifications You must be signed in to change notification settings

God-Hand/React-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Chat-App

React-Nodejs chat app application with socket.io. Supporting socket connection regardless of any database and authentication system.

Quick Sneek Peek of UI of Application

🔥🔥Landing Page🔥🔥

Null

🔥🔥Chat Preview🔥🔥

Null

Follow the steps to run on your system:

1. git clone (forked repo)

2. cd REACT-CHAT-APP

3. cd server (navigate inside server folder)

4. npm install

5. npm start (to start express server)

6. cd client (navigate inside client folder in other prompt)

7. npm install

8. npm start (to start react server)

About

My first React-Nodejs application with socket.io. It only have socket connection without any database and authentication system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published