(connect-to id & {:as options})
Used for connecting as a client to local Unix Sockets and Windows Sockets. Given a string id of the socket being connected to, returns an AsyncSocket which must be explicitly started and stopped by the consumer.
Used for connecting as a client to local Unix Sockets and Windows Sockets. Given a string id of the socket being connected to, returns an AsyncSocket which must be explicitly started and stopped by the consumer.
(serve id & {:as options})
Used for connecting as a client to local Unix Sockets and Windows Sockets. Given a string id of the socket being connected to, starts and returns a socket server and a :connections channel that yields a new socket client on each connection.
Used for connecting as a client to local Unix Sockets and Windows Sockets. Given a string id of the socket being connected to, starts and returns a socket server and a :connections channel that yields a new socket client on each connection.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close