2 episodes latest episode published on 2015-03-10
Create several types of TCP servers, implementing streaming servers, RPC, gossip networks and other kinds of fun examples.
episode 1
Creating a TCP server; listening for connections; events emitted by connections; reading data; transforming data; using a transform stream to implement a service.
episode 2
TCP service as a stream: Splitting the stream, parsing, encoding, error handling.
Check out the Node Patterns mini book series