fast_websocket_client 0.4.1

Tokio-native WebSocket client for Rust. High-throughput, low-latency, callback-driven, proxy-ready.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  squid:
    image: ubuntu/squid
    container_name: squid
    ports: ["3128:3128"]

  socks5:
    image: serjs/go-socks5-proxy
    container_name: socks5
    ports: ["1080:1080"]
    environment:
      PROXY_USER: myuser
      PROXY_PASSWORD: mypassword