You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/boy.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Click a game to play. Multiple players can play at the same time; anarchy includ
17
17
## Features
18
18
19
19
- 🦀 **Rust**: [moq-boy](https://doc.moq.dev/rs/crate/moq-boy) handles emulation and encoding. [moq-mux](https://doc.moq.dev/rs/crate/moq-mux) slurps in H.264/Opus bitstreams while [moq-lite](https://doc.moq.dev/rs/crate/moq-lite) handles the networking/caching.
20
-
- 🌐 **Web**: [@moq/boy](https://doc.moq.dev/js/@moq/boy) is the browser player. [@moq/watch](https://doc.moq.dev/js/@moq/watch) handles decoding/rendering while [@moq/lite](https://doc.moq.dev/js/@moq/lite) handles the networking.
20
+
- 🌐 **Web**: [@moq/boy](https://doc.moq.dev/js/@moq/boy) is the browser player. [@moq/watch](https://doc.moq.dev/js/@moq/watch) handles decoding/rendering while [@moq/net](https://doc.moq.dev/js/@moq/net) handles the networking.
21
21
- 💤 **On-Demand**: Nothing is emulated or encoded until at least one viewer subscribes (per track). Saves you CPU and bandwidth!
22
22
- 🧩 **Extensible**: Player controls and game status are sent as custom tracks (JSON in this case). You can do whatever you want!
23
23
- 🌍 **Global CDN**: A generic MoQ CDN routes subscriptions over the backbone. Every client connects to the closest edge node to maximize QoS and minimize latency.
Copy file name to clipboardExpand all lines: src/pages/source.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Web code is written in [Typescript](https://github.com/moq-dev/moq/tree/main/js)
40
40
41
41
| package | description |
42
42
| ------- | ----------- |
43
-
|[@moq/lite](https://www.npmjs.com/package/@moq/lite)| A moq-lite client that mirrors the Rust API. You can publish and subscribe to generic tracks. Any media stuff is implemented at a higher layer. |
43
+
|[@moq/net](https://www.npmjs.com/package/@moq/net)| A moq-lite client that mirrors the Rust API. You can publish and subscribe to generic tracks. Any media stuff is implemented at a higher layer. |
44
44
|[@moq/publish](https://www.npmjs.com/package/@moq/publish)| Publishing library with web components and UI. Provides `<moq-publish>` element and `<moq-publish-ui>` wrapper. |
45
45
|[@moq/watch](https://www.npmjs.com/package/@moq/watch)| Watching library with web components and UI. Provides `<moq-watch>` element and `<moq-watch-ui>` wrapper. |
0 commit comments