Smith J. Build Your Own Web Server From Scratch In Node.JS...2024
Download this torrent!
Smith J. Build Your Own Web Server From Scratch In Node.JS...2024
To start this P2P download, you have to install a BitTorrent client like qBittorrent
Category: Other
Total size: 640.29 kB
Added: 2025-03-10 23:38:51
Share ratio:
18 seeders,
2 leechers
Info Hash: 18E3AAF37B7DA4B2FB0FCE0361EA4EB90C888B00
Last updated: 14.2 hours ago
Description:
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