Live data from Hacker News

Show HN: Xroom.app – Conference Rooms on Steroids

xroom.app

11–19 of 19 posts

Re: Show HN: Xroom.app – Conference Rooms on Steroids

#11

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?

yes, and add payments somewhere in between

Re: Show HN: Xroom.app – Conference Rooms on Steroids

#12

Earlier 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

#13

Earlier quoted context omitted.

Do you mean something like using it in one-broadcasts-many-watch mode?

yes, and add payments somewhere in between

But speaking about "different audience", what audience would you suggest? Gamers, like in case of Twitch?

Re: Show HN: Xroom.app – Conference Rooms on Steroids

#15

Looks 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

#17
post #16

Looks 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.
Post reply on HN