| tcp_server is a simple, easily configurable tcp server for serving up multiple 'servlet' like processes. The servlet's can be extremely simple: No socket handling is required for the servlet, all it needs to do is read from stdin, and write to stdout. See the README for more information. |