Skip to content

Instantly share code, notes, and snippets.

@ertugrultas
Created August 9, 2013 22:24
Show Gist options
  • Save ertugrultas/6197812 to your computer and use it in GitHub Desktop.
Save ertugrultas/6197812 to your computer and use it in GitHub Desktop.
app.use(function(req, res) {
res.end('Hello!');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment