Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created March 22, 2010 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomjack/3e4088d23fcc1e316dde to your computer and use it in GitHub Desktop.
Save tomjack/3e4088d23fcc1e316dde to your computer and use it in GitHub Desktop.
(defonce *server* (jetty-server {:port 3000} "/*" (servlet server-handler)))
(defn start-server []
(.start *server*))
(defn -main []
(start-server))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment