Introducing wsnic, a fresh take at the websockproxy server #1199
chschnell
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Well yeah thats great looking forward for when its implemented in v86 :D |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks, this looks quite promising. Feel free to send a PR to point docs/networking.md to this implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
wsnic is a WebSocket to TAP device proxy server for linux intended as a fully compatible alternative to benjamincburns/websockproxy (and its derivates). The service provided is identical but it is implemented using different methods.
Benchmark comparison for a 374 MB download from a local HTTP server using curl (websockproxy is unthrottled):
Maximum throughput:
Under Buildroot, wsnic is around 36 times faster than websockproxy, and under Debian around 9 times faster.
Of course, these benchmarks vary widely from system to system, but they do provide reproducible results for each system.
Beta Was this translation helpful? Give feedback.
All reactions