torrents rarbg
Catalog Top 10

RARBG
Home
Movies
XXX
TV Shows
Games
Music
Anime
Apps
Doc
Other
Non XXX

Beighley -- Jumpstarting Javascript -- 2017 pdf

Torrent: Beighley -- Jumpstarting Javascript -- 2017 pdf
Description:

Make: Jumpstarting JavaScript
Authors: Lynn Beighley


Description:
After you visit the web page, press Ctrl-C in your terminal to end the program.

Let’s take a closer look at what’s going on in this code. I don’t expect you to understand it right now. I’ve added comments to the original code. Just try to get the gist of it!

var http = require('http'); var server = http.createServer(function(req, res) { //send response to client res.writeHead('I created this server!'); // finish the response res.end(); }); //the web server is listening on port 8080 server.listen(8080);

Node is doing most of the work for you with built-in code. The very first line is calling the http module, which, behind the scenes, has the code to turn your running program into a web server. The require keyword is giving the new variable http access to a whole lot of saved Node code and functions that can create a web server.

In the second line, the code is calling a function called createServer. Whenever anyone connects to your web server, the code in that function will be executed.

The last line tells the server you created to start listening for incoming requests on a particular port (in this case, 8080).

Goodreads page:
https://www.goodreads.com/book/show/37804843-make

Please note that this description is auto-generated by a bot, if you find the description incorrect then please report in the comments. Description will be edited accordingly afterwards.

Downloads: 10
Category: Other/E-Books
Size: 2 MB
Show Files »
files
Added: 2024-09-11 13:08:35
Language: English
Peers: Seeders : 3 , Leechers : 0
Tags: ebooks hardcover IT books CS books 
Release name: Beighley -- Jumpstarting Javascript -- 2017 pdf
Trackers:

udp://open.stealth.si:80/announce

udp://explodie.org:6969/announce

udp://exodus.desync.com:6969/announce

udp://tracker-udp.gbitt.info:80/announce-o





By using this site you agree to and accept our user agreement. If you havent read the user agreement please do so here