Liking cljdoc? Tell your friends :D

karju.websocket


create-websocket-handlerclj

(create-websocket-handler {:keys [is-user-authorized-fn?] :as websocket-config}
                          {:keys [db-conn] :as db-config})

start-pushing-events-to-websocketclj

(start-pushing-events-to-websocket
  {:keys [is-user-authorized-fn?] :as websocket-config}
  {:keys [db-conn db-host db-port db-database db-username db-password]
   :as db-config})

websocketsclj


where-channel-is?clj

(where-channel-is? channel-to-match)

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

× close