@andrea.imparato we write our microservices as normal clojure web servers and then we run the jars on kubernettes using normal java docker containers.
@sneakypeet ok, so you don't use google cloud functions I guess, do you?
not extensively no. only for 1 or 2 small things and then it is simplest to just write in js
I fiddled a little trying a clojurescript… but I didn’t get it working.
@martinsahlen did some work on this though… He even released some code for it…
cljs on cloud functions I mean.
interesting,thanks @domparry for the hint
also worth noting that our microservices are not really micro. they are defined by bounded context instead of lines of code. so they wont really fit nicely as cloud functions