We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715f37f commit 7d60c71Copy full SHA for 7d60c71
README.md
@@ -1,9 +1,9 @@
1
# ws-tcp-relay
2
[](http://opensource.org/licenses/MIT)
3
4
-A relay between WebSocket clients and TCP servers. Data received from
5
-WebSocket clients is simply forwarded to the specified TCP server, and
6
-vice-versa. In other words, it's
+An extremely simple relay between WebSocket clients and TCP servers. Data
+received from WebSocket clients is simply forwarded to the specified TCP
+server, and vice-versa. In other words, it's
7
[websocketd](https://github.com/joewalnes/websocketd), but for TCP connections
8
instead of `STDIN` and `STDOUT`.
9
0 commit comments