https://github.com/icyjoseph/chat-room
Weekend project. Learning to combine WebSockets and React :)
https://github.com/icyjoseph/chat-room
chat-application react reactjs socket-io websocket weekend-hacking weekend-project
Last synced: about 1 month ago
JSON representation
Weekend project. Learning to combine WebSockets and React :)
- Host: GitHub
- URL: https://github.com/icyjoseph/chat-room
- Owner: icyJoseph
- Created: 2018-10-28T21:13:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T12:35:35.000Z (over 7 years ago)
- Last Synced: 2025-01-21T19:41:50.209Z (over 1 year ago)
- Topics: chat-application, react, reactjs, socket-io, websocket, weekend-hacking, weekend-project
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat room
A websocket application.
It used `SocketIO` to broadcast and emit messages.
It uses `React` to manage the UI.