Liking cljdoc? Tell your friends :D

warp.transport

A TCP server for warp. Funnels all client messages in a single input stream. Clients are subscribed to an event bus which is used to broadcast messages.

A TCP server for warp. Funnels all client messages in a single
input stream. Clients are subscribed to an event bus which is
used to broadcast messages.
raw docstring

broadcastclj

(broadcast {:keys [bus]} msg)

decodeclj

(decode x)

encodeclj

(encode x)

make-handlerclj

(make-handler bus mux)

make-muxclj

(make-mux)

make-pipelineclj

(make-pipeline initial-pipeline)

make-transportclj

(make-transport options)

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

× close