Skip to content

Instantly share code, notes, and snippets.

@spolu
Created August 9, 2012 06:40
Show Gist options
  • Save spolu/3301737 to your computer and use it in GitHub Desktop.
Save spolu/3301737 to your computer and use it in GitHub Desktop.
Teleportd PubSubHook
/* NodeJS / Express */
app.post('/pubsub/:seed', function(req, res) {
console.log('PUBSUB: ' + req.param('seed'));
res.json({ok: true});
igapi.queue(req.body);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment