Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] is it possible to have figwheel execute as a server over an exposed port, to connect via cider-connect from emacs? #337

Open
vxe opened this issue Nov 11, 2022 · 1 comment

Comments

@vxe
Copy link

vxe commented Nov 11, 2022

Essentially this would allow org-babel src blocks to connect to the running figwheel process from org document using cider-connect-cljs. We could then dynamically build web apps in the polyglot literate programming style (hiccup/cljs/plaintext). and also thanks for this project its amazing

@koddo
Copy link

koddo commented Mar 22, 2023

Do you mean starting nrepl server outside of emacs? I believe you can start it using clj -A:cider-cljs after configuring the alias as described in the link below, and then use clj -A:cider-clj.

https://docs.cider.mx/cider-nrepl/usage.html#via-clj

If I understand the question correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants