Skip to content

Instantly share code, notes, and snippets.

@ericf
Last active January 3, 2016 09:48
Show Gist options
  • Save ericf/8444769 to your computer and use it in GitHub Desktop.
Save ericf/8444769 to your computer and use it in GitHub Desktop.
app.expose('foo', 'window.foo');
console.log(res.locals.state); // => window.foo = "foo";
app.expose('bar', 'window.bar');
console.log(res.locals.state); // => window.foo = "foo";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment