(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |