You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A multi-threaded HTTP Server in C, with HTTPS support. Serves static files, supports MIME type detection, handles directory listing (with basic vim motions) and file previews with proper HTTP responses.
The Web Routes section of this repository is responsible for defining the HTTP routes for handling client requests within the application. This includes routes for various HTTP methods such as GET, POST, PUT, DELETE, etc.
A simple HTTP server built using Node.js core modules. It handles basic routing, parses incoming requests, sets custom headers and status codes, and runs on a configurable port — all without using any external libraries. Ideal for understanding how Node.js works under the hood for backend development.
A structured, phase-wise Flask curriculum guiding learners from fundamentals to advanced web app concepts with mini-projects and explanations, culminating in a reusable user authentication system.