Skip to content

rogercoll/HttpSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HttpSocket

Very basic Socket implementation that serves a html file on port 80.

Usage

UNIX commands:
git clone https://github.com/rogercoll/HttpSocket.git
cd HttpSocket
gcc -o serverSocket serverSocket.c socketMng.c
./serverSocket 80

On any browser:

localhost:80

Remember that the port for web services must be 80


It serves the file whose name is "baidu.html" and is located in "/WEB"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages