Skip to content

Instantly share code, notes, and snippets.

@glynnbird
Last active November 16, 2016 15:10
Show Gist options
  • Save glynnbird/816380b6c61fcdb9f510a4cc890174d7 to your computer and use it in GitHub Desktop.
Save glynnbird/816380b6c61fcdb9f510a4cc890174d7 to your computer and use it in GitHub Desktop.
Cloudant Envoy - Facebook Auth - app1.js
// setup Envoy to serve out our static files
var opts = {
static: require('path').join(__dirname, './public')
};
// start up the web server
var envoy = require('cloudant-envoy')(opts);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment