|
|
|
|
|
by davidkircos
875 days ago
|
|
The `quadratic-multiplayer` service is designed to be scaled vertically. Once we hit that limit, we will need to come up with a way to route traffic to servers based on what file a user is accessing and what server is hosting that room. Every other service can be scaled horizontally today. However, the Rust services are very efficient at processing traffic, and a single node can handle significant usage. |
|
> we will need to come up with a way to route traffic to servers based on what file a user is accessing and what server is hosting that room
Shameless plug, but you might like https://plane.dev for this.