-
Notifications
You must be signed in to change notification settings - Fork 24
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
connect to a socket REPL #12
Comments
what's socket REPL? |
do you know emacs commint file? |
No. Do you mean comint? What's the advantage to start a socket REPL? |
comint, sorry. "socket REPL" is now known name? |
Advantage? Running game with embedded js vm. Toying, scripting, debugging. |
How can I do that in NodeJS? Can you show me some prototype? |
like this:
and run-js localhost:8000 in emacs. I don't know nodejs too much -- actually I'd like to use js-comint mode to connect to my running app with embedded duktape (duktape.org) vm. This app listen and eval incoming data like example server. |
is it possible to add connect to a socket REPL feature like in inf-clojure, please?
There is possible to define inf-clojure-program like cons pair ("localhost" . 5555).
The text was updated successfully, but these errors were encountered: