Last active
April 18, 2016 00:02
-
-
Save bryceadams/a2d6d05b98f6e910e42035f757a191f7 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
| /** | |
| * 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