This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-30
Channels
- # announcements (15)
- # beginners (143)
- # boot (2)
- # calva (48)
- # cider (93)
- # cljsrn (2)
- # clojure (127)
- # clojure-europe (3)
- # clojure-italy (8)
- # clojure-losangeles (8)
- # clojure-nl (10)
- # clojure-spec (67)
- # clojure-uk (51)
- # clojurescript (20)
- # cursive (9)
- # data-science (2)
- # datomic (10)
- # duct (13)
- # figwheel-main (1)
- # fulcro (74)
- # instaparse (10)
- # jobs (3)
- # joker (8)
- # juxt (4)
- # lumo (1)
- # malli (11)
- # nrepl (3)
- # off-topic (4)
- # pathom (5)
- # pedestal (6)
- # planck (5)
- # re-frame (18)
- # reagent (5)
- # reitit (17)
- # shadow-cljs (165)
- # sql (30)
- # vim (12)
- # xtdb (6)
Hey folks, noob question for ya. I'm messing around with web service ions currently and am curious how I can develop locally so I can see what happens when a web request comes in. Is there a way to run these functions locally?
You can run a local web server (e.g. Jetty) with your ring handler. Usually the ion handler is just wrapping the ring handler with datomic.ion.lambda.api-gateway/ionize. See https://docs.datomic.com/cloud/ions/ions-reference.html and the ion-starter project.
cool. Thanks @U05469DKJ
anyone else found that they cant use cloud connection to datomic ( in the last month or 2 something changed ) and now the connection I make from development to the cloud db hangs after the first try. does 1 hit and then refuses to do more. so odd .. so debilitating
the connection hangs with this call <ws://127.0.0.1:9630/ws/worker/main/bd3f3e48-e8b8-438e-840c-61ae23f451cf/33666b32-f7f8-45d7-bbe6-7d54f906fa94/browser>
very interesting
@dansudol this 9630
port looks like #shadow-cljs stuff. #shadow-cljs should be use in dev-time only
I know your right. I killed shadowjs but it still hanging
not sure how this ever worked before because we used to develop off a cloud connection running shadowjs too .. bizzarre
we use mem db now locally so its been a while