Skip to content

Instantly share code, notes, and snippets.

@dashersw
Last active May 9, 2017 07:36
Show Gist options
  • Select an option

  • Save dashersw/51371bb0e792fb3eceeae93cc8e70b2c to your computer and use it in GitHub Desktop.

Select an option

Save dashersw/51371bb0e792fb3eceeae93cc8e70b2c to your computer and use it in GitHub Desktop.
Hassle-free microservices with cote.js — arbitration-service.js step 1
const cote = require('cote');
const responder = new cote.Responder({ name: 'arbitration API', key: 'arbitration' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment