Skip to content

Instantly share code, notes, and snippets.

@fandrefh
Created July 14, 2017 17:08
Show Gist options
  • Save fandrefh/73aae3cc628129aa256083b3a0532ea0 to your computer and use it in GitHub Desktop.
Save fandrefh/73aae3cc628129aa256083b3a0532ea0 to your computer and use it in GitHub Desktop.
app.post('/', (request, response) => {
response.setHeader('Content-Type', 'application/json');
response.send({message: 'Received!'})
io.emit('emitMessage', request.body)
log('\n' + JSON.stringify(request.body))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment