hoplon / castra

HTTP remote procedure call handler for Clojure.
170 stars 25 forks source link

Clojure client #25

Open spoerri opened 7 years ago

spoerri commented 7 years ago

Is it possible to use clojure for the client as well as the castra server, as opposed to clojurescript for the client?

burn2delete commented 7 years ago

You could use clojure to build a client java application http://nils-blum-oeste.net/desktop-guis-with-clojure-in-2017-what-are-the-options/

spoerri commented 7 years ago

Yes... What about castra? Can I use mkremote in one clojure program to help remotely call a procedure on another clojure program?