Skip to content

Instantly share code, notes, and snippets.

@khle
Created January 9, 2016 08:42
Show Gist options
  • Save khle/063fe81672ebea9aa627 to your computer and use it in GitHub Desktop.
Save khle/063fe81672ebea9aa627 to your computer and use it in GitHub Desktop.
Server source message
app.post('/message', function(req, res) {
io.emit('message', req.body);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment