Kit is a lightweight, modular framework for scalable web development in Clojure.
Start hacking immediately with the REPL and embedded development server
Choose productivity and performance by leveraging Clojure on the JVM
Kit is built for needs of scalable systems.
This course will introduce developers to service development using Kit micro-framework. The course will cover setting up a new project, adding routes, managing resources, and working with the database.
Using Clojure tools, getting started is as easy as:
$ clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.2.404"}' :as clj-new $ clojure -Tclj-new create :template io.github.kit-clj :name yourname/guestbook