Skip to content

electricsparrows/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building my own webserver

from codingchallenges.fyi

  1. Build basic webserver Server side:
  • receive request string
  • return response
  1. Serve HTML pages
  • www is the localhost root directory Steps:
  • 1/ Receive request
  • 2/ Parse: split string by space delimiter -> save elements into a dictionary
  • 3/ Form Response --> send to client

Issues/ Learning notes:

  • exceptions can be handled better.
  • how to structure the http codes so that it accomodates for increasing checks and codes?
  1. Handling Multiple Concurrent clients
  1. Addressing security risks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published