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
QUIC library for TypeScript/JavaScript applications.
7
4
8
5
This is built on top of Cloudflare's [quiche](https://github.com/cloudflare/quiche) library. It is intended to support Linux, Windows MacOS, Android and iOS. Mobile support is still pending.
@@ -23,7 +20,7 @@ See the example executables in `/src/bin`.
23
20
24
21
## Development
25
22
26
-
Run `nix-shell`, and once you're inside, you can use:
23
+
Run `nix develop`, and once you're inside, you can use:
27
24
28
25
```sh
29
26
# install (or reinstall packages from package.json)
0 commit comments