Skip to content

Commit

Permalink
Update SimpleWebServer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmolloy authored Oct 21, 2018
1 parent ddf0fce commit fcac38b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chp02/SimpleWebServer.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// A Simple Example Node.js Webserver Running on Port 5050
// Written by Derek Molloy for the book "Exploring BeagleBone: Tools and
// Techniques for Building with Embedded Linux" by John Wiley & Sons, 2014
// ISBN 9781118935125. Please see the file README.md in the repository root
// directory for copyright and GNU GPLv3 license information.
// Techniques for Building with Embedded Linux"

var http = require('http'); // require the http module
var server = http.createServer(
Expand Down

0 comments on commit fcac38b

Please sign in to comment.