martinklepsch / tenzing

⚡️ Clojurescript application template using Boot
Eclipse Public License 1.0
404 stars 39 forks source link

Server-side rendering option #17

Open megamaddu opened 9 years ago

megamaddu commented 9 years ago

I'm totally behind not putting your api in the static web project, but server-side rendering seems a bit different to me. It's a UI concern, and I don't think anyone's gotten it right yet. Clojure[Script] seems like the ideal environment for it, whether it's all cljs running on node or some mix of clj and rhino.. but I'm only just learning Clojure.

I'd like to help with this where I can, but I'm not sure I could get it started. My background is in JavaScript/Node and .net, so I'm not too familiar with Jetty/http-kit, but I haven't seen anything doing this yet.