Skip to content

Markcial/clojure-webapp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webapp

FIXME

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start a web server for the application, run:

lein ring server

To connect to the remote nrepl, run:

lein repl :connect 127.0.0.1:9999

Once inside the repl, change the scope:

(in-ns 'webapp.handler)

Print name variable with:

 whom

Replace name variable with:

 (def whom "Mike")

Reload server to see the new variable loaded over http

License

Copyright © 2015 FIXME

About

Clojure webapp sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published