Skip to content

3ka1tz/webserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webserv

This project has been created as part of the 42 curriculum by elopez-u.

Webserv is a team project. For now, this repository includes only the parts I worked on.

Description

This project aims to create your own HTTP server. You will be able to test it with a real web browser. HTTP is one of the most used protocols on the internet. Knowing its intricacies will be useful, even if web development is not on your carreer path.

Instructions

  1. Clone the repository:
git clone https://github.com/3ka1tz/webserv.git
  1. Move into it:
cd ~/webserv/
  1. Build the project:
make
  1. Run the generated executable:
./webserv

Resources

https://en.wikipedia.org/wiki/HTTP

About

HTTP Server

Resources

Stars

Watchers

Forks

Contributors