https://github.com/mohitmun/flocklive
https://github.com/mohitmun/flocklive
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohitmun/flocklive
- Owner: mohitmun
- Created: 2017-02-19T05:08:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T17:49:40.000Z (over 9 years ago)
- Last Synced: 2025-02-27T04:50:08.268Z (over 1 year ago)
- Language: Ruby
- Size: 15.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlockLive
Project for Flockathon - Mumbai
FlockLive brings realtime broadcsting to flock. It lets you live stream to whole team or to particular group
##Features:
- peer-to-peer highly scalable
- Live Viewers
- Subscriber bot
- Quick broadcasting using attachment button
## Steps to run
Update config/database.yml with database name and user credentials
```
$rake db:create
$rake db:migrate
$bundle install
$rails s
```