Skip to content

Instantly share code, notes, and snippets.

@mager
Created December 29, 2015 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mager/1e64fce93a1251651dbf to your computer and use it in GitHub Desktop.
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