Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bifot/react-socket-chat-example
🔥 Chat on Socket.io & React in 77 lines.
https://github.com/bifot/react-socket-chat-example
chat io react socket
Last synced: 22 days ago
JSON representation
🔥 Chat on Socket.io & React in 77 lines.
- Host: GitHub
- URL: https://github.com/bifot/react-socket-chat-example
- Owner: bifot
- Created: 2018-02-14T02:18:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T02:31:31.000Z (almost 7 years ago)
- Last Synced: 2024-10-30T03:44:17.914Z (2 months ago)
- Topics: chat, io, react, socket
- Language: JavaScript
- Homepage:
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-socket-chat-example
🔥 Chat on Socket.io & React in 77 lines.
![demo](/demo.gif)
## Usage
```sh
$ git clone https://github.com/bifot/react-socket-chat-example
$ cd react-socket-chat-example
$ npm i
$ npm run socket
$ npm start
```## License
MIT.