Functions for simple creation of TCP servers and clients
Functions for simple creation of TCP servers and clients
(client host port)
(client host port bootstrap-config)
Build a TCP client and attempt connection from a host, port, and optional bootstrap configuration.
Build a TCP client and attempt connection from a host, port, and optional bootstrap configuration.
(server bootstrap-config host port)
Create a server handler from a bootstrap configuration, host, and port. Yields a function of no args which will gracefully close the server.
Create a server handler from a bootstrap configuration, host, and port. Yields a function of no args which will gracefully close the server.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close