Hi,

  I apologize for my vague question.

  Does anyone have a good example / blog / library for using the core.async
abstraction across a websocket.

  * one side of the channel is in clojure land
  * other side of the channel is in cljs land

  * I promise that all messages can be encoded via pr-str and read via
clojure.edn/read-string

  What I'm struggling with are matters of:

  * how to ensure data is not lost even when websocket disconects /
reconnects

  * "naming" on client/server side to ensure messages go to right channels
on both sides

  * issues I haven't even begun to imagine.

  Good news:

  * I control both sides: both the clj and cljs side, so any workable
design is fine.

Thanks!

-- 
-- 
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