figwheel-main

figwheel-main http://figwheel.org
twashing 2021-01-26T20:43:20.004Z

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?

athomasoriginal 2021-01-26T23:08:16.005Z

Its not nrepl, but here is a socket repl example https://github.com/athomasoriginal/demo-chlorine-socket-figwheel

👀 1
athomasoriginal 2021-01-26T23:09:07.006400Z

There is nothing linking it to chlorine. Its just a minimal example.