Open jyecusch opened 2 months ago
Looking at a Cloud Run implementation, the scalability would be very limited and very expensive to run. (at most 80 concurrent connections per cloud run instance
A better option might be running a container on GCE with something like: https://github.com/fastly/pushpin
And connecting that server to websocket servers based on their socket name as a "channel" name.
Enhance the core Nitric Google Cloud Providers (Pulumi & Terraform) to add Websockets support.