Skip to content

Instantly share code, notes, and snippets.

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