node.js - How can I connect to a running node program with my repl -
i using bodil stokkes node repl https://github.com/bodil/cljs-noderepl. starting easy. described in docs.
now i'd connect running node program repl. can't figure out how that. can give me step step instruction.
what want
node out/main.js
=> starts node processlein trampoline noderepl
=> should somehow connect process in main.js
optionally i'd happy if start/access main program within node-repl.
check out vantage.js. let's connect live node apps on fly. looks you're trying do.
disclaimer: made it.
Comments
Post a Comment