reachatting-live

React + Socket.io

Stars
0

Reachatting-live

Infamous React live chat app + Socket.io

  • Use as you wish! You're the hacker 👍

Usage:

There are two parts to this app. A server and a client. We must start each in a separate process.

  • cd socket-server
  • npm install
  • Open new terminal window
  • cd ../src
  • npm i
  • npm start

The page will reload if you make edits. You will also see any lint errors in the console.

Features:

  • Well, LIVE chatting with all other connected users.
  • Room based chat. (Under development)

Contributing 👍

  1. 🍝 Fork this repo!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 👍
Related Projects