dktr0 / extramuros

language-neutral shared-buffer networked live coding system
78 stars 20 forks source link

enable foxdot #12

Closed ekg closed 5 years ago

ekg commented 5 years ago

Running node client.js --foxdot will run foxdot in the background by pipe.

It needs an extra newline to work properly: https://github.com/Qirky/FoxDot/issues/217, which we inject in the case of foxdot being the child process of the client.

dktr0 commented 5 years ago

Thanks!