Library designed to simplify writing distributed programs. Instead of attempting to hide asynchronous behavior behind a synchronous facade, it attempts to make it easier to write programs that deal with asynchronous behavior.
Homepage of the StreamModule project. A library designed to simplify putting together programs that communicate over a network. Eschews threading and RPC style request response design.