Details for this torrent 

Smith J. Build Your Own Web Server From Scratch In Node.JS...2024
Type:
Other > E-books
Files:
1
Size:
640.29 KiB (655658 Bytes)
Uploaded:
2024-02-21 09:34 GMT
By:
andryold1
Seeders:
55
Leechers:
1

Info Hash:
18E3AAF37B7DA4B2FB0FCE0361EA4EB90C888B00




Textbook in PDF format

Learn by doing: code a Web server in Node.js
Introduction
Most people use HTTP daily, but few understand its inner workings. This “Build Your Own X” book dives deep, teaching basics from scratch for a clearer understanding of the tools and tech we rely on.
Network programming.
Protocols & communication.
HTTP in detail.
Contents
Part I: Make A Basic HTTP Server
Introduction
HTTP Overview
Code A TCP Server
Promises and Events
A Simple Network Protocol
HTTP Semantics and Syntax
Code A Basic HTTP Server
Part II: Applications & Extensions
Dynamic Content and Streaming
File IO & Resource Management
Range Requests
HTTP Caching
Compression & the Stream API
WebSocket & Concurrency