Compojure and MongoDB: Sample App
My fascination for Clojure and a bit of NoSQL flavor made me mention this basic sample app:
We’ll create a small Compojure[1] application that will serve as a backend for the Todos application. The application data will be stored in MongoDB.
Code also available on ☞ GitHub.
- ☞ Compojure: a concise web framework for Clojure (↩)
via: http://wiki.sproutcore.com/Todos+06-Building+with+Compojure+and+MongoDB