bhauman / figwheel-main

Figwheel Main provides tooling for developing ClojureScript applications
https://figwheel.org
Eclipse Public License 1.0
640 stars 93 forks source link

Socket REPL #245

Open athomasoriginal opened 4 years ago

athomasoriginal commented 4 years ago

I'm not sure if this is already a feature of fighwheel-main, but it would be great to have a socket REPL option so that we can integrate tools like Atom. Now, I believe Atom currently support nrepl but a socket REPL would still be an excellent option.

I'm thinking something similar to what shadow-cljs has where you can connect to the REPL it provides.