Skip to content

Instantly share code, notes, and snippets.

@Marak
Created July 24, 2015 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marak/49efbcc08955a6cb059b to your computer and use it in GitHub Desktop.
Save Marak/49efbcc08955a6cb059b to your computer and use it in GitHub Desktop.
hook.io example microservice for composing multiple services
module['exports'] = function (hook) {
hook.res.end('ended');
};
module['exports'].inputs = ['echo', 'echo', 'echo'];
module['exports'].outputs = ['echo', 'echo', 'echo'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment