This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-09
Channels
- # announcements (1)
- # aws-lambda (3)
- # babashka (6)
- # beginners (91)
- # bristol-clojurians (5)
- # calva (25)
- # chlorine-clover (8)
- # cider (6)
- # clj-kondo (13)
- # cljdoc (10)
- # cljsrn (1)
- # clojure (80)
- # clojure-berlin (6)
- # clojure-europe (29)
- # clojure-nl (4)
- # clojure-spec (18)
- # clojure-uk (51)
- # clojurescript (41)
- # conjure (55)
- # cursive (3)
- # datomic (58)
- # emacs (9)
- # events (1)
- # figwheel-main (2)
- # fulcro (29)
- # graphql (12)
- # helix (4)
- # jobs (4)
- # klipse (8)
- # london-clojurians (1)
- # malli (5)
- # off-topic (13)
- # portal (9)
- # re-frame (30)
- # shadow-cljs (44)
- # spacemacs (7)
- # specter (3)
- # sql (11)
- # tools-deps (71)
- # windows (1)
- # xtdb (10)
Hey djblue, any suggestions on how to use portal as a "service" instead of something on demand?
Hi @chrisday0001, how much control are you looking for? Do you have an http server already or do you want to use the one in portal?
Probably enough control that portal would become embedded in a larger webpage with some extra elements, depending on what makes sense to add to portal itself or not. Happy with using whatever http server. Rest of our code is jvm yes. I think minus the clj-http stuff it would be entirely portable to cljs though. Newish to cljs, been using clojure for years. Unsure. Enough that I think the idea would be to detach it from the repl and just run it in a browser. We’d serve some “seed” data and a datafiable/navigable implementation with it, but it’s client side from there on out.
I mostly wanted to hear your thoughts on whether this fits as part of portal before I started hacking it apart. I know currently it’s sort of a debug tool(?) but for me it’s a way to bring rebl to all our javascript devs that almost certainly don’t even have a jre installed.