Skip to content

Exploratory project for building HTTP Servers in Linux

License

Notifications You must be signed in to change notification settings

adeeconometrics/PodServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exploratory project for building HTTP Servers in Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published