|
|
|
|
|
by d_t_w
2313 days ago
|
|
I use node.js in AWS Lambda because I run Clojurescript on top of it. My application (https://operatr.io/) is Clojure (JVM / Back-end), Clojurescript (Browser / Front-end), Clojurescript (AWS Lambda) - there's enormous leverage is using one language in all cases. I have at least one function that exists in all three environments, but more than that I have one common language for delivery. |
|