Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).