google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
qqq 2017-01-21T15:04:27.000474Z

is anyone using https://github.com/hoplon/castra with gae?

qqq 2017-01-21T15:04:57.000476Z

this seems simpel (just clojure rpc) on the surface, but could make thigns really pleasant, if on client side, I can just make async rpc calls instead of hitting rest end points for ajax

2017-01-21T22:07:09.000477Z

fyi: posted a couole of articles explaing boot-gae at http://blog.mobileink.com

👍 1
2017-01-21T22:46:03.000478Z

@qqq regarding drawbridge: i think you could keep a resident instance running, but i'm not sure you could guaratee that a message sent to the drawbridge url would be routed to that instance. GAE could decide to send it to a different instance. unless you could guarantee that there is only ever one instance running. not sure if that is possible.

2017-01-21T22:46:39.000479Z

so maybe a gae repl is a pipedream.

2017-01-21T22:53:15.000480Z

anyway don't all servlet containers reserve the right to dump idle stuff? i'm not sure this is specific to gae.