Skip to content

SebastianGonzalez2000/Web-Server-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Server-Backend

Backend for a fully functioning Web Server that responds to requests from your own web browser. HTTPS requests are received by the running Web Server program, they are parsed, and the relevant HTML webpage is served to the web client. This program implements the backend for the Networking and Socket programming logic in C++. This can be extended by adding a more interactive UI and a better looking design for the webpage. Nevertheless, the purpose of this project is to provide a starting point for a web server that serves more artistic and interactive web pages using technologies such as CSS or Javascript.

Skills used in this project

  • Understanding of Networking protocols such as the Internet Protocol, the Transmission Control Protocol, and the HypterText Transfer Protocol
  • Socket Programming in C++
  • Basic web page design using HTML
  • Object Oriented Programming in C++

About

Backend for a fully functioning Web Server that responds to requests from your own web browser. HTTPS requests are received by the running Web Server program, they are parsed, and the relevant HTML webpage is served to the web client. This program implements the backend logic for the Networking and Socket programming in C++. This can be extended…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors