|
|
|
|
|
by pierd
987 days ago
|
|
Hi, this is Kuba from Ambient team, I work on Ambient backend. The servers in question are part of the main Ambient application [0]. The server part is open-source just like the rest of the engine. You can start your own server using native build of Ambient (check cli help for `ambient serve`). As for the orchestration and creating servers on demand, we are using Kubernetes and Agones [1]. Both of them are open too. We just have a thin API server that receives requests that a server is needed, checks if there's already one running and if not it uses Agones to allocate one. [0]: https://github.com/AmbientRun/Ambient [1]: https://agones.dev/ |
|
My understanding with WASM is that you can run full desktop applications in the browser. Wouldn’t that mean you could include the server as well?