Last active
May 9, 2017 07:36
-
-
Save dashersw/51371bb0e792fb3eceeae93cc8e70b2c to your computer and use it in GitHub Desktop.
Hassle-free microservices with cote.js — arbitration-service.js step 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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