Skip to content

Instantly share code, notes, and snippets.

@JamieAP
Last active December 26, 2015 17:29
Show Gist options
  • Save JamieAP/07cabfabe1248d9a2fd0 to your computer and use it in GitHub Desktop.
Save JamieAP/07cabfabe1248d9a2fd0 to your computer and use it in GitHub Desktop.
Express Example
app.get('/', function (req, res) {
res.send('Hello World!');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment