cloudmux 0.0.1

Launch the Cloudmux multiplayer workspace
1
2
3
4
5
6
7
8
9
10
11
12
# cloudmux

This crate provides the Rust-installed entrypoint for Cloudmux. It launches
the canonical npm distribution, so `cloudmux` and `npx cloudmux` use the same
implementation.

Node.js 20 or newer is required.

```sh
cargo install cloudmux
cloudmux
```