HT
HTTP & Networking
3 lessons
Progress
0/3
HT
HTTP & Networking
Build HTTP servers, make requests, handle routing, and work with REST APIs.
beginner
16 min
Creating HTTP Servers
Build HTTP servers from scratch using the built-in http module.
intermediate
15 min
Making HTTP Requests
Fetch data from external APIs using http/https module and popular libraries.
intermediate
18 min
Building REST APIs
Design and implement RESTful APIs with proper status codes, headers, and pagination.