Fork me on GitHub
#pedestal
<
2017-09-08
>
mitchelkuijpers09:09:16

Does anyone know if there is a clojurescript counterpart or a cljc implementation somewhere of the route matching from pedestal? I would like to reuse routes on client and server

bherrmann12:09:52

My understanding is that pedestal is being made to run on all clojurescript. So that work is happening somewhere.

ikitommi12:09:18

the whole pedestal stack or just the routing? e.g. node &/ the browser?

bherrmann13:09:23

My understanding is you will be able to deploy a pedestal app to AWS lambda, and choose the Java or Javascript edition of lambda