taoensso / sente

Realtime web comms library for Clojure/Script
https://www.taoensso.com/sente
Eclipse Public License 1.0
1.74k stars 193 forks source link

Add support for additional client/server adapters #425

Open ptaoussanis opened 1 year ago

ptaoussanis commented 1 year ago

Sente currently supports #{:clj :cljs :node} servers and #{:cljs :node} clients.

To add support for an additional server, a small adapter needs to be written. In most cases, the adapter should be pretty easy to write.

See:

Otherwise feel free to ping with any questions. Cheers! :-)