Sente 1.20.0-RC1
Released under the Eclipse Public License - v 1.0
Realtime web comms library for Clojure/Script.
Installation
To install, add the following dependency to your project or build file:
[com.taoensso/sente "1.20.0-RC1"]
Namespaces
taoensso.sente
Channel sockets for Clojure/Script.
Public variables and functions:
- *simulated-bad-conn-rate*
- *write-legacy-pack-format?*
- allow-origin?
- as-event
- assert-event
- chsk-break-connection!
- chsk-connect!
- chsk-disconnect!
- chsk-reconnect!
- chsk-send!
- client-event-msg?
- client-unloading?_
- event-msg?
- event?
- IChSocket
- make-channel-socket!
- make-channel-socket-client!
- make-channel-socket-server!
- sente-version
- server-event-msg?
- set-min-log-level!
- start-chsk-router!
- start-client-chsk-router!
- start-server-chsk-router!
- validate-event
taoensso.sente.interfaces
Alpha, subject to change. Public interfaces / extension points. Ref. https://github.com/ptaoussanis/sente/issues/425 for more info.
Public variables and functions:
taoensso.sente.packers.transit
Alpha - subject to change! Optional Transit-format[1] IPacker implementation for use with Sente. [1] https://github.com/cognitect/transit-format.
Public variables and functions:
taoensso.sente.server-adapters.community.aleph
Sente server adapter for Aleph, Ref. <https://github.com/clj-commons/aleph>.
Public variables and functions:
taoensso.sente.server-adapters.community.immutant
Sente server adapter for Immutant v2+, Ref. <https://github.com/immutant/immutant>.
Public variables and functions:
taoensso.sente.server-adapters.community.jetty
Sente adapter for `ring-jetty-adapter`, Ref. <https://github.com/ring-clojure/ring/tree/master/ring-jetty-adapter>. Adapted from <https://github.com/taoensso/sente/pull/426#issuecomment-1647231979>.
Public variables and functions:
taoensso.sente.server-adapters.community.undertow
Sente server adapter for ring-undertow-adapter, Ref. <https://github.com/luminus-framework/ring-undertow-adapter>.
Public variables and functions:
taoensso.sente.server-adapters.http-kit
Sente server adapter for http-kit, Ref. <https://github.com/http-kit/http-kit>.
Public variables and functions: