-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback #15
Comments
|
|
What do you feel are the main differences / advantages of chainyjs over something like rxjs or baconjs? |
@calebboyd So the thing is that chainy is ridiculously lightweight and is agnostic to what the data is. That means that things like highland.js and bacon.js can actually be built on top of it using the plugin system, and then bundling a bunch of plugins together. It's a way to provide a chainable API for data, with flow control, error handling, and all the rest. So instead of writing monolithic procedural applications, instead we write plenty of tiny maintable packages using a concise smooth functional style. I've actually begun to start using it for everything now, and will add to the showcase wiki page as more things I do become public with it. As a bit more background, Michael Riethmuller sent me an email asking more or less the same, this was my reply:
|
Use this issue to provide general feedback for Chainy.
The text was updated successfully, but these errors were encountered: