This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-15
Channels
- # beginners (34)
- # boot (45)
- # cider (16)
- # cljs-dev (20)
- # cljsjs (1)
- # cljsrn (8)
- # clojure (207)
- # clojure-berlin (3)
- # clojure-dev (18)
- # clojure-greece (1)
- # clojure-ireland (1)
- # clojure-italy (9)
- # clojure-russia (20)
- # clojure-spec (27)
- # clojure-uk (19)
- # clojurescript (110)
- # code-reviews (2)
- # cursive (7)
- # data-science (2)
- # datomic (7)
- # devcards (1)
- # emacs (4)
- # graphql (1)
- # hoplon (2)
- # immutant (15)
- # jobs (5)
- # jobs-rus (1)
- # juxt (1)
- # luminus (7)
- # lumo (26)
- # microservices (3)
- # off-topic (27)
- # om (13)
- # onyx (11)
- # pedestal (7)
- # proton (4)
- # re-frame (24)
- # remote-jobs (1)
- # spacemacs (2)
- # specter (2)
- # unrepl (31)
- # untangled (7)
- # vim (14)
@danielcompton I looked at this more carefully just now. Looks like there are already ongoing discussions about handling auth, but no complete packaged solution. Still missing are: - Wrapping this up into a Vase sample - A doc comparing Friend vs Buddy vs Geheimtur I don't know quite enough to do either of these tasks myself, but I'm wrestling with whether I should I extend my current bikeshedding to learn enough. For my current toy project, the auth in https://github.com/cognitect-labs/vase/blob/master/samples/petstore-full/src/petstore_full/interceptors.clj is really all I need, so my rational side is arguing to not waste more time trying to do it right. For future reference: One conversation (@ddeaguiar and @ohpauleez) leading to PR for a demo in Pedestal: https://clojurians-log.clojureverse.org/pedestal/2017-03-03.html, https://groups.google.com/forum/#!topic/pedestal-users/MJL0h4ts_mk; https://github.com/pedestal/pedestal/issues/500, https://github.com/pedestal/pedestal/pull/503 An existing Pedestal-based sample (@propan): https://github.com/propan/geheimtur-demo
Hi. Was the Pedestal entry in the Techempower Web Framework Benchmark now with good production settings? New results are out, much better but far from good (all clojure entries imo): https://www.techempower.com/benchmarks/diffs/r13-r14.html & https://www.techempower.com/benchmarks/#section=data-r14&hw=ph&test=fortune
@ikitommi I’ve passed your question on to Paul who was involved in the benchmarks. Will post here when I find out.
(My commentary: I don’t understand the TE benchmark… I’ve seen 200K responses per second on my local hardware. But that is with routes designed to use the map-tree router which is super-fast.)