RepublicOfKids / SingAlongWithMe

Karaoke for everyone.
2 stars 1 forks source link

Create Karaoke Rooms #4

Closed yskhoo closed 11 years ago

yskhoo commented 11 years ago

Karaoke rooms can be public/private. We need to come up with a design for how these rooms should look like before implementation.

Users should be able to create a room by selecting a song, the user will be presented with a link and code which they can share with their friends so they can join a room.

ryanjadhav commented 11 years ago

Creating persistant rooms would probably require some sort of database. What kind we want? It looks like heroku addons, https://addons.heroku.com/ , have these Free plans:

Redis with 5MB Mongo with 512MB Postgres with 10k rows and 20 connections

Theres some more too.

yskhoo commented 11 years ago

We just added code for generating a random code for making rooms, as well as Socket IO code for joining rooms. Next step is to allow guests to connect and join these rooms from their device of choice. We need to flesh out the design of these rooms (ex: shorter domain name for joining room, guest limit)

ryanjadhav commented 11 years ago

this issue needs to be broken down into smaller more manageable pieces. im going to do that.

ryanjadhav commented 11 years ago

creation of rooms is done.