This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-26
Channels
- # announcements (5)
- # architecture (79)
- # babashka (48)
- # beginners (148)
- # calva (57)
- # cider (31)
- # clara (2)
- # clj-kondo (4)
- # cljs-dev (6)
- # cljsrn (1)
- # clojure (10)
- # clojure-australia (4)
- # clojure-dev (5)
- # clojure-europe (13)
- # clojure-france (1)
- # clojure-nl (6)
- # clojure-provo (4)
- # clojure-uk (51)
- # clojurescript (38)
- # conjure (20)
- # core-logic (18)
- # cursive (28)
- # datomic (12)
- # duct (2)
- # emacs (16)
- # figwheel-main (3)
- # fulcro (43)
- # honeysql (17)
- # hoplon (3)
- # jobs (1)
- # meander (4)
- # mount (5)
- # off-topic (32)
- # pathom (6)
- # pedestal (5)
- # re-frame (1)
- # reagent (2)
- # reveal (8)
- # shadow-cljs (209)
- # spacemacs (5)
- # tools-deps (37)
- # xtdb (18)
Figwheel Main has some pretty good documentation for getting you set up with a Nodejs application.
But I don’t see how to connect to a Figwheel Node REPL, using NREPL.
https://figwheel.org/docs/nodejs.html
Ie from Emacs, I need to use cider-connect-cljs
(to a running NREPL),
not cider-jack-in
Is that available?
Its not nrepl, but here is a socket repl example https://github.com/athomasoriginal/demo-chlorine-socket-figwheel
👀 4
There is nothing linking it to chlorine. Its just a minimal example.