Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 753 Bytes

File metadata and controls

22 lines (18 loc) · 753 Bytes

PodServer

Exploratory project for building HTTP Servers in Linux

Image

Motivation, Goals, and Disclaimers

This personal project serves as an avenue to learn more about socket programming in C++. I intend to make this project a stepping stone to ground my understanding of backend web transactions and networking. The initial roadmap is to write an HTTP server which supports the following:

  • Listen to incoming network connection
  • Accept incoming network connections and process them
  • Accepts request from the client
  • Returns response to the client
  • File Upload
    • text and documents
    • images
    • video
    • mp3