8 ms·
Would be great if not for the CPS. I end up doing something similar except with Clojure instead of Node.js for my projects lately.
by codewright 13y ago
Would be great if not for the CPS. I end up doing something similar except with Clojure instead of Node.js for my projects lately.
- egeozcan 13y agoI'm currently a developer on the MEAN stack. Do you know of an example project where Node.js, or maybe even the client side js is replaced with Clojure?
- arianvanp 13y agoClojurescript clientside. Noir serverside. http://www.chris-granger.com/projects/noir/ http://www.chris-granger.com/projects/noir/ https://github.com/clojure/clojurescript https://github.com/clojure/clojurescript you could also use clojurescript serverside using node.js. this is what LightTable does iirc http://www.chris-granger.com/lighttable/ http://www.chris-granger.com/lighttable/
- ConstantineXVI 13y agoBe aware, Noir is deprecated: http://blog.raynes.me/blog/2012/12/13/moving-away-from-noir/ http://blog.raynes.me/blog/2012/12/13/moving-away-from-noir/
- codewright 13y agoNoir is deprecated, use vanilla ring + libnoir or Luminus.
- codewright 13y agohttp://github.com/bitemyapp/neubite/ http://github.com/bitemyapp/neubite/ There's a CMS, for starters.