Hello everyone,
I’m creating an application which requires each user to connect to each other over webRTC. I’d love to host this on Galaxy, since I’m the sole developer and I’m not particularly good at devops. Galaxy limits the developer pricing to 512 ram per server ( app instance ). Therefore, when an individual app instance runs at capacity it will forward other users to the next app instance.
However, for webRTC connections, I need my users to connect to the same server, otherwise their peer connections won’t resolve correctly. If I have too many users that can run on a single instance, will I be able to broker their peer webRTC connections somehow using the multiple app instance model of Galaxy? Also, can Galaxy instances be scaled up, meaning set their CPU and RAM higher?