peerjs-server
peerjs-server copied to clipboard
Can Peer Server be served across multiple App Engine instances?
I've hosted Peer Server on App Engine flex. Since Peer Server uses an in memory store, will clients be able to use it to if there are more than one instances running?
If not, how can I achieve scalability using only one instance?
Hello. Right now we store the data in process’s memory. We are open to any PR for custom storage like Redis or MongoDB.
I will try to implement one of them as a POC.
Yay, same question by me, that would be awesome. Looking forward to your POC!
Any updates on this one?