Skip to content
/ ChatAPP Public

App that allows multiple users to connect to a local server and send messages to each other. Created with React, Node.js, and Socket.io

Notifications You must be signed in to change notification settings

cyshek/ChatAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

ChatAPP

Steps to install libraries and run app:

cd server -> npm init -> npm i express nodemon socket.io cors -> npm start

cd client -> npx create-react-app . -> npm i socket.io-client react-scroll-to-bottom -> npm start

About

App that allows multiple users to connect to a local server and send messages to each other. Created with React, Node.js, and Socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published