@channeljs/shadowsocks-ws

Usage no npm install needed!

<script type="module">
  import channeljsShadowsocksWs from 'https://cdn.skypack.dev/@channeljs/shadowsocks-ws';
</script>

README

performance testing

iperf3

on server

iperf3 -s -f M

on client

iperf3 -d -f M -c 127.0.0.1 -p 5200

node local.js -L 0.0.0.0:5200:127.0.0.1:5201 -L 0.0.0.0:5202:127.0.0.1:5201

apache bench testing max concurrent connection?? other tools to test tcp concurrent connections?? use tcpkali

tcpkali -T30s --connections 10 -em "GET / HTTP/1.1\r\nHost: localhost:3000\r\n\r\n"
--latency-marker "HTTP/1.1" localhost:3000