Liking cljdoc? Tell your friends :D

deercreeklabs.capsule.server


default-portclj


endpoints->routesclj

(endpoints->routes endpoints)

on-server-connectclj

(on-server-connect routes)

on-server-disconnectclj

(on-server-disconnect routes)

routeclj

(route endpoint)

serverclj

(server endpoints)
(server endpoints port)
(server endpoints port options)

Inputs: ([endpoints :- [(s/protocol endpoint/IEndpoint)]] [endpoints :- [(s/protocol endpoint/IEndpoint)] port :- s/Int] [endpoints :- [(s/protocol endpoint/IEndpoint)] port :- s/Int options :- #:s{Keyword s/Any}]) Returns: (s/fn [])

Inputs: ([endpoints :- [(s/protocol endpoint/IEndpoint)]] [endpoints :- [(s/protocol endpoint/IEndpoint)] port :- s/Int] [endpoints :- [(s/protocol endpoint/IEndpoint)] port :- s/Int options :- #:s{Keyword s/Any}])
Returns: (s/fn [])
raw docstring

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

× close