seancorfield / usermanager-example

A little demo web app in Clojure, using Component, Ring, Compojure, Selmer (and a database)
Other
338 stars 38 forks source link

Simplify/streamline web server portion #5

Closed seancorfield closed 3 years ago

seancorfield commented 3 years ago

Drop all the http-kit stuff (it just confuses folks). Maybe leave comments in about what would be needed to switch from Jetty to http-kit?

Either drop the promise or explain its purpose better? Probably simpler to just drop it.

Ensure started server component is written to a REPL-friendly Var and explain that as well.

seancorfield commented 3 years ago

I believe all of that has been done?