This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-20
Channels
- # announcements (5)
- # aws (15)
- # babashka (12)
- # beginners (87)
- # calva (13)
- # cider (16)
- # clj-kondo (4)
- # clojure (22)
- # clojure-argentina (1)
- # clojure-europe (9)
- # clojure-houston (1)
- # clojure-nl (2)
- # clojure-norway (25)
- # clojure-uk (5)
- # clojurescript (12)
- # core-typed (37)
- # cursive (15)
- # datomic (40)
- # editors (8)
- # emacs (4)
- # events (1)
- # hyperfiddle (29)
- # keechma (8)
- # leiningen (6)
- # lsp (7)
- # malli (25)
- # off-topic (26)
- # pathom (10)
- # portal (3)
- # re-frame (22)
- # reitit (1)
- # releases (1)
- # ring (2)
- # shadow-cljs (18)
- # yamlscript (1)
Hi, is there any guide/doc on connecting to portal via separate jvm/bb process? We have a lot of small processes like that, which starts and quickly system exit. Getting taps from those to one portal client would be nice. I have one separate process with portal running during all this time, but setting the same port for localhost seems not to connect to it when add-tap (portal.client.jvm) is run on separate jvm process 😕
There is a minimal bb example https://github.com/djblue/portal/tree/master/examples/remotewhere you should be able to tap values from the client repl to the server repl. We could start here to see why things aren't working for you 👌
you can run the portal server in any process you want: (org.httpkit.server/run-server portal.runtime.jvm.server/handler {:port ... :<other httpkit options> ...})