Skip to content

Bare-minimum clojure http-server that can be deployed to Heroku

Notifications You must be signed in to change notification settings

clojurecraft/clojure-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clojure-http-server

Bare-minimum clojure http-server that can be deployed to Heroku.

Prerequisites: Java and Leiningen

Live Code Video

Developing

REPL: lein repl then (start! 8080)

RUN (without REPL): lein run 8080

UBERJAR: lein uberjar then java -jar target/app-0.0.1-standalone.jar 8080

Deploying

After setting up an app on Heroku, git push heroku master should suffice.

About

Bare-minimum clojure http-server that can be deployed to Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published