This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-19
Channels
- # beginners (15)
- # boot (99)
- # braid-chat (1)
- # business (1)
- # cider (109)
- # cljs-dev (1)
- # cljsrn (3)
- # clojure (249)
- # clojure-brasil (2)
- # clojure-canada (2)
- # clojure-madison (4)
- # clojure-russia (3)
- # clojure-sanfrancisco (1)
- # clojure-taiwan (1)
- # clojure-uk (1)
- # clojurebridge (1)
- # clojured (1)
- # clojurescript (15)
- # clojurewest (1)
- # cursive (9)
- # datomic (12)
- # editors (16)
- # euroclojure (1)
- # hoplon (45)
- # off-topic (22)
- # om (181)
- # onyx (2)
- # parinfer (3)
- # pedestal (17)
- # re-frame (2)
- # ring-swagger (1)
- # spacemacs (34)
- # testing (2)
- # untangled (2)
- # yada (1)
hey guys, i'm interested in possibly refactoring an early stage api server away from ring, due to the lack of async support, and it feels a bit... chaotic
i see a great place for pedestal here, but my development environment is under windows, which i see is unsupported
what kind of level of "unsupported" is this? is it "it will not even compile"-unsupported, or "dont use it for production"-unsupported?
since we're already using vagrant, an option could be to run the entire dev environment in a vagrant box, but that would complicate the development process a lot i think
hey @lmergen pedestal ships with some ancillary .sh scripts, but there's nothing in the library that is OS specific.
should not be
yeah, agree, that should go into an issue
it kind of had me thinking it's currently not working. it should read something like "although we don't actively test it, it should work. blah blah"
yeah- there has been a flurry of activity in the repo recently, that would be good to clarify
that would be great!
what's the recommended way to run pedestal, if i'm planning on doing some async work? is jetty9 already supported?
it's been a while since i've looked but you should be able to write async interceptors and use non-blocking io with any container.
and yes the jetty adapter pulls in jetty 9