Hi, I am trying to build a javascript library to deal with the protocol details of a server. The goal is to create a library that does all the dirty work of handshake and reconnect logic and exposes a "stream" to the user of the library that can be read from and written to.
In the past I have used CLJS for my personal projects and have tried cljs-http and also the xhr module in goog. However, I want to confirm if there is a recommended CLJS way for doing this? My target is the browser for now but it would not hurt if I use something that works on node as well :) Regards, Kashyap -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojurescript+unsubscr...@googlegroups.com. To post to this group, send email to clojurescript@googlegroups.com. Visit this group at https://groups.google.com/group/clojurescript.