-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ChainyJS - microjs task runner #26
Comments
... no thoughts at all? |
yo man, yea it's in my todo list from few days. :) |
What does it provide that streams don't, other than a better API? |
@contra it doesn't depend on streams, so can work with any data type - arrays, buffers, objects, whatnot. More complicated example is here: http://runnable.com/U6ichlSIeJ8quen5/create-a-geojson-file-for-your-github-communities-for-node-js-and-chainyjs |
@balupton objectMode streams can also pass any kind of data around, which is what gulpjs uses. for an abstraction over streams that provides a similar API to chainy you can check out http://highlandjs.org/ |
Taking a bunch of ideas here, I created https://github.com/chainyjs/chainy about a year ago. I then took a big break of programming. While I think it isn't there yet, it certainly has potential. I'm keen to garner more widespread feedback from people in this area.
The text was updated successfully, but these errors were encountered: