(websocket-server {:keys [state host port decoder-count]
:or {decoder-count
(.. Runtime getRuntime availableProcessors)}
:as opts})
Create an instance of WebSocketServer, without starting it. Implements Closeable so it can be used it [[with-open]], implements IDeref to make it easy to block until the server has fully booted up.
Create an instance of WebSocketServer, without starting it. Implements Closeable so it can be used it [[with-open]], implements IDeref to make it easy to block until the server has fully booted up.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close