Skip to content

Jmallone/simple-web-server-html-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebServer101

A simple web server html

Building and Running

    git clone https://github.com/Jmallone/simple-web-server-html-.git
    cd simple-web-server-html-/
    make

Running in background

    nohup serverd &

Acess browser in: http://localhost:8080

Config File

A small config file in .serverConfig:

    #Root Dir
    ./www/

    #Root File
    index.html

    #port
    8080

    #end
    #Dont change order or position

REFERENCES

  1. C Programming in Linux Tutorial #098 - A Simple Web Server Program
  2. Sistemas de Operação – Sockets
  3. Basic-Web-Server - akshay14ce1078
  4. Simple web server en C utilizando sockets
  5. C Library - <string.h>
  6. How do I concatenate two strings in C?
  7. A Web Server in C
  8. Pico HTTP Server in C