Liking cljdoc? Tell your friends :D
Clojure only.

net.tcp

Functions for simple creation of TCP servers and clients

Functions for simple creation of TCP servers and clients
raw docstring

clientclj

(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.
sourceraw docstring

serverclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close