Browse Source

Improve networking docs

Fabian 1 year ago
parent
commit
4c5486e023
1 changed files with 7 additions and 1 deletions
  1. 7 1
      docs/networking.md

+ 7 - 1
docs/networking.md

@@ -6,4 +6,10 @@ https://github.com/benjamincburns/websockproxy.
 The network card could also be controlled programatically, but this is
 The network card could also be controlled programatically, but this is
 currently not exposed.
 currently not exposed.
 
 
-**NOTE:** original `benjamincburns/jor1k-relay:latest` docker image has throttling built-in by default which will degrade the networking. `bennottelling/websockproxy`docker image has this throttling removed via [websockproxy/issues/4#issuecomment-317255890](https://github.com/benjamincburns/websockproxy/issues/4#issuecomment-317255890).
+There is no built-in support for NodeJS, but networking only depends on a
+browser-compatible `WebSocket` constructor being present in the global scope.
+
+**NOTE:** original `benjamincburns/jor1k-relay:latest` docker image has
+throttling built-in by default which will degrade the networking.
+`bennottelling/websockproxy`docker image has this throttling removed via
+[websockproxy/issues/4#issuecomment-317255890](https://github.com/benjamincburns/websockproxy/issues/4#issuecomment-317255890).