Skip to content

Instantly share code, notes, and snippets.

@bryceadams
Last active April 18, 2016 00:02
Show Gist options
  • Select an option

  • Save bryceadams/a2d6d05b98f6e910e42035f757a191f7 to your computer and use it in GitHub Desktop.

Select an option

Save bryceadams/a2d6d05b98f6e910e42035f757a191f7 to your computer and use it in GitHub Desktop.
/**
* Start the server.
*/
var server = app.listen(80, function () {
var host = '127.0.0.1';
var port = '80';
console.log('Woo 3D Print listening at http://%s:%s', host, port);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment