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?*
- ajax-call
- allow-origin?
- as-event
- assert-event
- cb-error?
- cb-success?
- ChAjaxSocket
- ChAutoSocket
- chsk-break-connection!
- chsk-connect!
- chsk-disconnect!
- chsk-reconnect!
- chsk-send!
- ChWebSocket
- client-event-msg?
- client-unloading?_
- EdnPacker
- 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.dogfort
Sente server adapter for Node.js with Dog Fort, Ref. <https://github.com/whamtet/dogfort>.
Public variables and functions:
taoensso.sente.server-adapters.community.express
Sente server adapter for Node.js with Express, Ref. <https://github.com/expressjs/express>.
Public variables and functions:
taoensso.sente.server-adapters.community.generic-node
Sente server adapter for Node.js using the `ws` and `http` libraries. Ref. <https://github.com/websockets/ws>, <https://nodejs.org/api/http.html>, <https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction>, <https://github.com/theasp/sente-nodejs-example>.
Public variables and functions:
taoensso.sente.server-adapters.community.macchiato
Sente server adapter for Node.js with the Macchiato Framework, Ref. <https://github.com/macchiato-framework/macchiato-core>.
Public variables and functions: