Fast isomorphic lightweight framework to build pipelines
generic.
Protocol and transport agnostic, defines only basic concepts
extensible.
Define new events and data types and implement your own architecture
isomorphic.
Run it in browser or server side
Building a pipe
You can build any pipeline, not just service related. Let's build a slot machine.
classstyle {}<div.reels></div><button.example-button on-click'spin')>Spin</button>
🍊 🍉 🍈
Building a service pipe
Let's make a service call to https://api.github.com/repos/trooba/trooba
classstyle {}<b>Github Token</b>:<input type="text" value="" on-change'updateToken')><br><button.example-button on-click'makeCall')>Make a Call</button><br/><b>Response</b><div.error></div><textarea.jsonData rows="50" cols="80"></textarea>
Github Token:
Response
Response