Getting started
Trooba allows to structure any of your data flows into separate, independent, testable components.
Hello World
hello.js
const Trooba = ;const pipe = Trooba;pipe; // Hello John
Let's now add a handler that modifies the name
hello-with-handler.js
EDITconst Trooba = ;const pipe = Trooba;pipe; // Hello John and Bob
Contributors
Helpful? You can thank these awesome people! You can also edit this doc if you see any issues or want to improve it.