100-days-of-code

https://github.com/jr0cket/100-days-of-clojure-code challenge to code for a minimum of 1 hour a day and share your experiences
manas_marthi 2018-11-18T08:48:55.031400Z

Did anyone create a cljs ui project that can talk to an existing REST back-end, say in python or java?

manas_marthi 2018-11-18T08:49:49.033100Z

Do I need to run the ui on a different port with CORS settings on the REST back-end?