Hi,

I am pleased to announce the 0.2.0 version of kabel. It mainly provides
a new websocket client for the JVM with tyrus. This finally solved race
conditions (not multithreading, but an unsafe API) I had with
http.async.client (and the underlying apache websocket client). The
http.async.client is still optionally provided. tyrus is also claimed to
be small and android compatible, so kabel should allow systems to extend
both to the browser and to mobile devices now. I haven't tried Android
yet though. Additionally serialization is also implemented with the
middleware concept now. I am fairly confident that one can build solid
cross-platform systems with this release as is done by implementing the
replikativ database as middlewares for kabel.

>From the README:

kabel (German for cable/wire) is a minimal, modern connection library
modelling a bidirectional wire to pass Clojure values between peers.
Peers in Clojure and ClojureScript are symmetric and hence allow
symmetric cross-platform implementations. Clojure peers can connect to
Clojure and ClojureScript peers in the same way and vice versa. kabel
can use any bidirectional messaging channel, currently it supports
web-sockets. It also ships a transit middleware for efficient serialization.

https://github.com/replikativ/kabel

Best,
Christian

-- 
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/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to