Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0rphtail/babble
Babble Chat Rooms
https://github.com/m0rphtail/babble
javascript nodejs reactjs realtime-messaging socket-io webrtc
Last synced: 5 days ago
JSON representation
Babble Chat Rooms
- Host: GitHub
- URL: https://github.com/m0rphtail/babble
- Owner: m0rphtail
- Created: 2020-05-01T21:11:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T20:11:39.000Z (almost 5 years ago)
- Last Synced: 2024-12-18T10:10:01.793Z (about 2 months ago)
- Topics: javascript, nodejs, reactjs, realtime-messaging, socket-io, webrtc
- Language: JavaScript
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Babble
## Infinite chat rooms with infinite people.
### Install locally
```sh
git clone https://github.com/m0rphtail/babble.git
cd Babble
```### Server setup
```sh
cd server
npm install
npm start
```### Launch app
```sh
cd client
npm install
npm start
```