ソースを参照

Improve networking docs

Fabian 1 年間 前
コミット
4c5486e023
1 ファイル変更7 行追加1 行削除
  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
 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).