简体   繁体   中英

Clojurescript on Heroku

I love writing Clojure webapps, however they have unacceptably long startup times when used on a platform such as Heroku. Has anybody tried using Clojurescript on the server side with Node for example? Does this improve startup time?

Yes, it improves it a lot, startup is instant as with nodejs, so give it a try.

This template should get you started (and the readme has a lot of useful information):

https://github.com/quile/node-cljs-template

Bodil had an experimental Ring-inspired web server framework for ClojureScript on Node.js here:

https://github.com/bodil/dogfort

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM