Created
March 31, 2015 13:19
-
-
Save matthewrevell/de5ce9d76c22dc0a1117 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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