ageller / Firefly

A WebGL interactive particle viewer
GNU Affero General Public License v3.0
65 stars 13 forks source link

Multiple rooms #138

Closed agurvich closed 2 years ago

agurvich commented 2 years ago

allow multiple users to have their own independent websockets on the same port (so we can host Firefly live on our new web server!). all the hard work was @ageller's, I just added a couple of lines to specify which room the python frontend should send data to.

agurvich commented 2 years ago

the commit history looks weird because i used rebase. honestly, at this point, i should just merge -__- git rebase is never my friend.

agurvich commented 2 years ago

tested and works good modulo the question of having a default room #141