Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Jmallone/simple-web-server-html-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

19 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

About

A simple web server html

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /