Sente 1.19.2

Released under the Eclipse Public License - v 1.0

Realtime web comms for Clojure/Script applications.

Installation

To install, add the following dependency to your project or build file:

[com.taoensso/sente "1.19.2"]

Namespaces

taoensso.sente

Channel sockets for Clojure/Script.

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

taoensso.sente.server-adapters.community.macchiato

Sente server adapter for Node.js with the Macchiato Framework,
Ref. <https://github.com/macchiato-framework/macchiato-core>;.