Skip to content

Mahmoud-Italy/real-time-Private-Chat-using-Socket.io-Nodejs-mySql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real-time-Private-Chat-using-Socket.io-Nodejs-mySql

Demo : https://www.useloom.com/share/bf73f5e40c3048bdbb2aca01c10eac92

*make sure ur installed npm & node check out with: npm -v & node -v

  1. mkdir socket.io & cd socket.io
  2. git clone https://github.com/Mahmoud-Italy/real-time-Private-Chat-using-Socket.io-Nodejs-mySql.git
  3. npm init
  4. npm install
  5. npm install socket.io
  6. npm install socket.io mysql ( in case u want save it in mysql DB * if u want use mongoDB or NoSQL use another package )
  7. node server.js
  8. http://localhost:4320

That it Have Fun :)

If you want run node.js in background of the server use "pm2" package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages