Update README.md

This commit is contained in:
Loredana Crusoveanu 2019-05-24 22:08:43 +03:00 committed by GitHub
parent 0f7f90cdfa
commit 97358119ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,3 +14,6 @@ Firstly, start the REPL with `lein repl`. Then the examples can be executed with
* `(run request-count-handler)` - A handler with a session that tracks how many times this session has requested this handler
In all cases, the handlers can be accessed on http://localhost:3000.
## Relevant Articles
- [Writing Clojure Webapps with Ring](https://www.baeldung.com/clojure-ring)