web servers useful links

not a real article, just a list of links.

Might do a writing on this some day.

You can view my simple webserver in C @ 
[https://trevcan.duckdns.org/short](https://trevcan.duckdns.org/short)
all requests with at least that are passed from lighttpd to the webserver.

I coded in something to show you the headers your browser is sending:
[https://trevcan.duckdns.org/short/head](https://trevcan.duckdns.org/short/head)

maybe I'll post the code.


- [TCP Servers. arquitecture in C](https://www.geeksforgeeks.org/tcp-server-client-implementation-in-c/)
 - this is a good starting point i guess ? i don't know I only
 viewed  the diagram.

- https://hackaday.io/project/20042-micro-http-server-in-c
- http://httap.org/
- https://dzone.com/articles/web-server-c
- https://int10h.org/oldschool-pc-fonts/
- https://briancallahan.net/blog/20220220.html
- https://teaching.idallen.com/cst8207/13w/notes/200_redirection.html#redirection-of-input-redirection-of-output
- https://duckduckgo.com/?q=stdin+eof+shell&ia=web

---

[https://jameshfisher.com/](https://jameshfisher.com)

https://jameshfisher.com/2016/12/15/file-descriptor-misnomer/

https://github.com/jameshfisher/jameshfisher.com/issues/23

https://jameshfisher.com/2017/02/25/tcp-server-fork/

https://jameshfisher.com/2016/12/14/simple-tcp-server/

https://linuxhint.com/sockaddr-in-structure-usage-c/

https://bruinsslot.jp/post/simple-http-webserver-in-c/