Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matthewma7/052c994f09fa11768af07f5424aad07e to your computer and use it in GitHub Desktop.
Save matthewma7/052c994f09fa11768af07f5424aad07e to your computer and use it in GitHub Desktop.
var redbird = new require('redbird')({
port: 80
});
redbird.register('localhost/subpath', 'http://localhost:8080');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment