mattcg / socks5-client

SOCKS v5 client socket implementation in JavaScript for Node.JS.
Other
56 stars 31 forks source link

Does not emit `data` Event #3

Closed krisives closed 10 years ago

krisives commented 10 years ago

Most other socket consumers listen on the data event instead of the ondata provided by ReadableStream.