peerjs-server icon indicating copy to clipboard operation
peerjs-server copied to clipboard

Can Peer Server be served across multiple App Engine instances?

Open soham-dongargaonkar opened this issue 4 years ago • 3 comments

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?

soham-dongargaonkar avatar Mar 20 '20 17:03 soham-dongargaonkar

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.

afrokick avatar Mar 21 '20 20:03 afrokick

Yay, same question by me, that would be awesome. Looking forward to your POC!

jb3-2 avatar Apr 07 '20 12:04 jb3-2

Any updates on this one?

mihui avatar Dec 28 '23 03:12 mihui