Skip to content

A simple example of how one (myself) might get up and running w/ Compojure

Notifications You must be signed in to change notification settings

gorsuch/compojure-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compojure-spike

A simple example of how one (myself) might get up and running w/ Compojure.

Usage

Via emacs, start the dev server like so:

(require 'compojure-spike.core)
(use 'ring.util.serve)

(serve compojure-spike.core/app)

To shut down:

(stop-server)

License

Copyright (C) 2012 Michael Gorsuch michael.gorsuch@gmail.com

Distributed under the Eclipse Public License, the same as Clojure.

About

A simple example of how one (myself) might get up and running w/ Compojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published