Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelbroseghini/reachatting-live

:comet: React + Socket.io
https://github.com/rafaelbroseghini/reachatting-live

react react-hooks socket-io

Last synced: 24 days ago
JSON representation

:comet: React + Socket.io

Awesome Lists containing this project

README

        

# Reachatting-live

> Infamous React live chat app + `Socket.io`

- Use as you wish! You're the hacker :thumbsup:

![Preview](/reachatting.gif)

## Usage:

> There are two parts to this app. A server and a client.
> We must start each in a separate process.

- `cd socket-server`
- `npm install`
- **Open new terminal window**
- `cd ../src`
- `npm i`
- `npm start`
- Runs the app in the development mode.

- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

# Features:

- Well, LIVE chatting with all other connected users.
- Room based chat. **(Under development)**

## Contributing :thumbsup:

1. :spaghetti: Fork this repo!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :+1: