Hi,

Presenting a `javax.http.servlet.HttpServlet` for offloading WebSocket
communication onto `core.async` channels:

https://github.com/ToBeReplaced/jetty9-websockets-async

Note that this implements a `WebSocketServlet` using Jetty9 for the
handshakes.  The resulting servlet can be used by any web server that
uses servlets.  No `http-kit` requirement here!

There are many implementations of similar things, but none of them could
meet my use case:
https://github.com/ptaoussanis/sente
https://github.com/james-henderson/chord
https://github.com/lynaghk/jetty7-websockets-async

For commentary on differences and why I released this lib, see:
https://github.com/ptaoussanis/sente/issues/9
https://github.com/lynaghk/jetty7-websockets-async/pull/6

Cheers,
ToBeReplaced

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to