The io.servers vocabulary implements a generic server abstraction for Connection-oriented networking. A set of threads listen for connections, and additional threads are spawned for each client connection. In addition to this basic functionality, it provides some advanced features such as logging, connection limits and secure socket support. Threaded server examples
Creating threaded servers with client handler quotations: