Quantcast
Channel: Sharing an atom between Clojure and Clojurescript? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by rplevy for Sharing an atom between Clojure and Clojurescript?

Sure, just make requests to a rest API sending data in EDN format, and voila! If you want to avoid polling, consider running your Jetty or Tomcat behind an Nginx instance to make use of the Nginx HTTP...

View Article



Sharing an atom between Clojure and Clojurescript?

Assume I have a Clojurescript namespace called main with a atom within it called state. (ns main)(atom state nil)I compile my Clojurescript app, run it on a server, fire up the Clojurescript repl and...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images