Strider-CD / strider-simple-runner

Easy-to-configure in-process Runner implementation for Strider.
MIT License
3 stars 18 forks source link

split into two modules #18

Closed jaredly closed 10 years ago

jaredly commented 11 years ago

I think there ought to be a strider-worker-core module that contains the logic for gitane, pty, etc, and then strider-simple-worker would just be a thin shell around it. This way we could have consistency across different worker implementations; strider-worker-core could be used by strider-remote-worker and strider-docker-worker, etc.

jaredly commented 11 years ago

The awesome thing about this is that a remote worker is super simple to write. I just made the companion to my strider-network-worker, and it's like 30 SLOC https://github.com/Strider-CD/strider-remote-drone/blob/master/lib/worker.js

niallo commented 10 years ago

@jaredly finished this a while back.