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

https://github.com/mohitmun/flocklive


https://github.com/mohitmun/flocklive

Last synced: 3 months ago
JSON representation

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
```