Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madzadev/chat-rooms
💬 Real time chat app using React, Express and Socket.io
https://github.com/madzadev/chat-rooms
chat express react socket-io
Last synced: about 1 month ago
JSON representation
💬 Real time chat app using React, Express and Socket.io
- Host: GitHub
- URL: https://github.com/madzadev/chat-rooms
- Owner: madzadev
- Created: 2019-01-15T22:38:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T05:04:31.000Z (over 2 years ago)
- Last Synced: 2023-03-07T07:03:32.301Z (almost 2 years ago)
- Topics: chat, express, react, socket-io
- Language: JavaScript
- Homepage: https://chatroooms.netlify.app/
- Size: 729 KB
- Stars: 29
- Watchers: 0
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App
Real time chat app built with React, Express and Socket.io.
![Chat](https://i.imgur.com/BxI8MOz.png)
## Features
1. Log-in screen
2. Online users list
3. Input field
4. Message board
5. Chat bot messages
6. Connecting via room name## Installation
1. `git clone https://github.com/madzadev/chat.git`
2. `cd chat`
3. `cd server && npm install` and `npm run server`
4. `cd client && npm install` and `npm start`
## Contributions
Any feature requests and pull requests are welcome!!
## License
The project is under [MIT license](https://choosealicense.com/licenses/mit/).