Skip to content

mahdavikia/escobar-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escobar Webserver Project

------------ Why Escobar? --------------

This code was developed while I was re-watching Narcos. The names of Escobar, Cali, Madeleine and Los Pepes are borrowed from this series :)

This program uses the socket programming method; It creates a web server and has limitations. First, it only responds to GET requests and does not take any parameters. Second, it is designed only for static HTML pages. Definitely, by developing this-

code, many features can be added to it.

It is necessary to explain that the development of this code was done by studying open sources available on the Internet.

--------------------------------------

written in C

Build & tested in Linux Ubuntu

Compile:

gcc -Wall -Wextra -g -o escobar escobar.c

Execute:

./escobar

Escobar execute in console:

Escobar execute console

Escobar execute static web page (html) in browser:

Escobar execute static web page (html) in browser

About

Development of a web server in Linux with C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published