Skip to content

khabbabpersonal/WebSockets-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSockets-Demo

This app is specifically created to understand Web Socket

It is a simple collaborative Text editing app built using React and Node

How to run the app?

#-- Setup and start the server

#-- Go to the Root Directory Websockets-demo
cd server # Go to server directory
npm install 
npm start

cd .. #-- Back to the root directory
#-- Setup and start the client
cd client # Go to client directory
npm install 
npm start 

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published