Choose'n Broadcast
CnB is a student project started in the course of our studies. This is a 'social jukebox': When connected to the application, people in the area can vote for the next content they want to be played or displayed.
It is our first project using Node.js.
Floder structure
models/
views/
controllers/
public/ ├── css/ ├── js/ └── widgets/ [client controllers]
widgets/ ├── music/ [server view and controller] ├── .../ [server view and controller] └── youtubevideo/ [server view and controller]