Skip to content

Instantly share code, notes, and snippets.

@mager
Created December 29, 2015 00:13
Show Gist options
  • Select an option

  • Save mager/1e64fce93a1251651dbf to your computer and use it in GitHub Desktop.

Select an option

Save mager/1e64fce93a1251651dbf to your computer and use it in GitHub Desktop.
Writing a Slackbot in 40 lines of code (Part 4)
app.listen(app.get('port'), function() {
console.log('Node app is running on port', app.get('port'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment