#socks5 #protocols #sock #async #proxy #binary-encoding

socks5-protocol-async

Async I/O SOCKS5 protocol implementation

2 releases

0.2.3 Dec 13, 2019
0.2.2 Dec 13, 2019

#22 in #socks5

21 downloads per month

MIT license

22KB
603 lines

socks5-protocol-async

Build Status

An async/await implementation of SOCKS5 protocol components. Built of composable pieces, and only takes care of binary serialization and deserialization, allowing user to implement the backing logic.

Dependencies

~2.5MB
~58K SLoC