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

  1. node out/main.js => starts node process
  2. lein 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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -