Skip to content

Instantly share code, notes, and snippets.

@matthewrevell
Created March 31, 2015 13:19
Show Gist options
  • Save matthewrevell/de5ce9d76c22dc0a1117 to your computer and use it in GitHub Desktop.
Save matthewrevell/de5ce9d76c22dc0a1117 to your computer and use it in GitHub Desktop.
// Run the app on port 3000
app.listen(3000, function() {
console.log('Couchbase sample app listening on port 3000');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment