Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lor6 authored May 24, 2019
1 parent 0f7f90c commit 9735811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clojure/ring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9735811

Please sign in to comment.