Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.1 KB

Demo site

This is a interactive tutorial site for Ganelon microframework, deployed to http://ganelon-tutorial.tomeklipski.com/ - which runs on CloudBees.

Ganelon microframework

Ganelon microframework brings rapid development of dynamic web applications to Clojure, by introducing thin JavaScript layer for AJAX-based server-side management of page's content. To provide maximum flexibility and openness, Ganelon integrates seamlessly with any other Compojure or Ring-enabled library or server.

More information, documentation, tutorials and live demo are available at http://ganelon.tomeklipski.com/.

API docs are provided as well: http://ganelon.tomeklipski.com/doc/index.html

Installation

If you are using leiningen, just add following dependency to your project.clj file:

[ganelon "0.9.0"]

License

Copyright © 2013 Tomek Lipski

Licensed under the EPL (same as Clojure). (See the file LICENSE.txt)