taoensso/sente
Realtime web comms library for Clojure/Script observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 98
- Release rhythm 59
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 273.5
- age_days: 4576
- days_rel: 62
- days_push: 12
- n_releases_24m: 3
Adoption not part of the score
1791 stars · 194 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sente is a client+server realtime web communications library for Clojure and ClojureScript, inspired by Socket.IO. It provides a unified high-level API over WebSockets with automatic Ajax fallback, built on core.async for reliable bidirectional messaging and server push.
Use cases
- build realtime chat applications in Clojure/ClojureScript
- push server events to connected browsers
- bidirectional client-server messaging with ack/reply support
- track which users are connected and over which protocols
- send arbitrary Clojure data structures over the wire
- add realtime updates to a Ring-based web app
- support users connected from multiple devices simultaneously
When to choose
- you're building a full-stack Clojure/ClojureScript web app needing realtime comms
- you want WebSockets with automatic Ajax fallback and reconnect handling
- you prefer a small unified API over raw WebSocket management
- you want to send Clojure data with efficient binary serialization
- you need Ring-compatible security, auth, and CSRF integration
When to avoid
- your stack is not Clojure/ClojureScript
- you only need simple one-way HTTP polling without realtime push
- you need a language-agnostic protocol like plain WebSockets or gRPC shared with non-Clojure clients
- you want a batteries-included realtime backend service rather than a library
Facets
library · maturity active
websocket http-client serialization middleware web-development backend frontend jvm-scripting jvm browser core-async ajax-fallback socket-io-inspired ring transit edn bidirectional-comms server-push real-time clojurescript nodejs web-server
2 sources
- readme: https://github.com/taoensso/sente · fetched 2026-08-28 · 5829d4835099
- homepage: https://www.taoensso.com/sente · fetched 2026-08-29 · bc487a5ee749
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| taoensso/sente | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem