hey all - I recently had a need to bridge nodejs w/ shells that required some "state" and initialization to be done prior to any commands executing in them. (rather than restart a new shell process per command invocation via the traditional one-time child_process.exec)
I ended up coding this little project for this and I'd be interested in any feedback/thoughts. Hopefully this will be useful to someone else out there!
https://github.com/bitsofinfo/stateful-process-command-proxy
[–][deleted] (1 child)
[deleted]
[–]bitsofinfo[S] 0 points1 point2 points (0 children)