
Personal Web and Video Server
This project involved building a personal web server capable of serving static files, streaming MP4 videos, and handling token-based authentication via JSON Web Tokens (JWT). The implementation required concurrent client handling using a thread-based or event-driven approach, as well as support for HTTP/1.1 persistent connections and secure authentication mechanisms.