Skip to content

badlogic/partyroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Party Room

Lightweight Turntable.fm clone that uses Youtube.

Compiling & Running

You’ll need Java/JDK 8 and Maven 3+ to compile and run Party Room. To compile, change into the root directory of the project, then do:

mvm clean package

This will generate a the file target/partyroom.jar. To start the Party Room server do:

java -jar target/partyroom.jar server config/config.yml

This will start the party room server which you can then visit at http://localhost:7778.

All user accounts will be stored in memory and vanish if the server is restarted. The same is true for rooms.

Please get your own Youtube API key and set it in config.yml. You can also secure the server via the config.yml file by configuring it to use SSL. See the Dropwizard documentation.

About

Simple webapp ala turntable.fm minus the avatars for now.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages