Skip to content

Instantly share code, notes, and snippets.

@dashersw
Created May 9, 2017 07:16
Show Gist options
  • Save dashersw/a60460ce9eee89440d68f3dec3c6b464 to your computer and use it in GitHub Desktop.
Save dashersw/a60460ce9eee89440d68f3dec3c6b464 to your computer and use it in GitHub Desktop.
Hassle-free microservices with cote.js — arbitration-service.js step 5
responder.on('update rate', (req, cb) => {
rates[req.currencies] = req.rate;
cb('OK!');
publisher.publish('update rate', req);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment