https://github.com/ahmadkzx/h-chat
Simple chat room app with React, Node and Socket.io
https://github.com/ahmadkzx/h-chat
chat express node react socket
Last synced: over 1 year ago
JSON representation
Simple chat room app with React, Node and Socket.io
- Host: GitHub
- URL: https://github.com/ahmadkzx/h-chat
- Owner: ahmadkzx
- Created: 2021-06-09T15:09:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T13:26:25.000Z (over 4 years ago)
- Last Synced: 2023-03-11T19:23:31.818Z (over 3 years ago)
- Topics: chat, express, node, react, socket
- Language: JavaScript
- Homepage:
- Size: 605 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rquirements
- node >= 14
## How to start
- npm ci
- npm run start
- npm run server
- enjoy chatting!