fetch
fetch copied to clipboard
A ClojureScript library for Client/Server interaction ⛺
I needed to generate a new fetch jar to make things work with the following updated deps: --- (defproject fetch "0.1.0-alpha2" :description "A ClojureScript and Noir library to make client-server...
I was just bitten by this, which seems to be identical to pinot issue 16, https://github.com/ibdknox/pinot/issues/16, reported by davesann. This is with latest available fetch/noir on Clojure 1.4.0, both OS...
I am including the conversation from clj-noir list - Hi, I have a clojurescript app which uses fetch for remoting. The app works fine when run as lein run. However...
Would it be possible to transparently switch out the connection type to a persistently open WebScoket instead of XHR?