Earlier quoted context omitted.
build twitch on this and market to different audience
Do you mean something like using it in one-broadcasts-many-watch mode?
Show HN: Xroom.app – Conference Rooms on Steroids
11–19 of 19 posts
Re: Show HN: Xroom.app – Conference Rooms on Steroids
#12Earlier quoted context omitted.
Do you mean something like using it in one-broadcasts-many-watch mode?
yes, and add payments somewhere in between
Actualy there is such a mode already (without payments though). Through the server API it's possible to create a room as a webinar that behaves exactly like that.
Probably what I should do is to allow people to create webinars not just via API but also from the interface.
Thanks for the hint!
Re: Show HN: Xroom.app – Conference Rooms on Steroids
#13Re: Show HN: Xroom.app – Conference Rooms on Steroids
#14Looks sleek! What does the backend look like? Does it cost a lot to host the app?
Re: Show HN: Xroom.app – Conference Rooms on Steroids
#15Looks sleek! What does the backend look like? Does it cost a lot to host the app?
Right now it doesn't cost much to host. But soon I plan to create a proper plugin store (currently there are only a few plugins available to general public as you may see) and encourage people to develop and upload their own plugins, so I will have to scale up for all that. Regarding the backend, it's a node.js application.
Re: Show HN: Xroom.app – Conference Rooms on Steroids
#16Looks sleek! What does the backend look like? Does it cost a lot to host the app?
Looks like - It's a nodejs app with socket.io & webrtc.
Re: Show HN: Xroom.app – Conference Rooms on Steroids
#17Looks sleek! What does the backend look like? Does it cost a lot to host the app?
Looks like - It's a nodejs app with socket.io & webrtc.
Exactly! socket.io was there mostly to speed up prototyping. I plan to replace it with vanilla code soon, to make the frontend app even more lightweight.
Re: Show HN: Xroom.app – Conference Rooms on Steroids
#18Love how simple it is to use!
Re: Show HN: Xroom.app – Conference Rooms on Steroids
#19Love how simple it is to use!
Just out of curiosity, did you try it from a desktop browser or from a mobile one?