TCP Socket, Source & Sink using the BOB streaming protocol.
please don't actually use this, this is not production viable and will explode
See request.js.
node request.js 127.0.0.1 3000
Implements a BOB source from a TCP socket and a BOB sink from a TCP socket. These are both wrapped together in the Socket
class.
See server.js.
node server.js 0.0.0.0 3000
Implements a TCP server which returns instances of the aforementioned Socket
class.