Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelbroseghini/reachatting-live
:comet: React + Socket.io
https://github.com/rafaelbroseghini/reachatting-live
react react-hooks socket-io
Last synced: 24 days ago
JSON representation
:comet: React + Socket.io
- Host: GitHub
- URL: https://github.com/rafaelbroseghini/reachatting-live
- Owner: RafaelBroseghini
- Created: 2019-11-01T20:55:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T10:51:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T00:42:23.371Z (2 months ago)
- Topics: react, react-hooks, socket-io
- Language: JavaScript
- Size: 5.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reachatting-live
> Infamous React live chat app + `Socket.io`
- Use as you wish! You're the hacker :thumbsup:
![Preview](/reachatting.gif)
## 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`
- Runs the app in the development mode.
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.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 :thumbsup:
1. :spaghetti: 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 :+1: