(server-bootstrap)
Allow multiple server instance share the same eventloop:
Just use the result of this function as option in tcp-server
Allow multiple server instance share the same eventloop: Just use the result of this function as option in `tcp-server`
(tcp-server port
handlers
&
{:keys [options host] :or {options {} host "0.0.0.0"}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close