-
Notifications
You must be signed in to change notification settings - Fork 1
Resources
Conrad edited this page Apr 25, 2024
·
16 revisions
- https://medium.com/from-the-scratch/http-server-what-do-you-need-to-know-to-build-a-simple-http-server-from-scratch-d1ef8945e4fa (Need an account)
- https://beej.us/guide/bgnet/html/split/index.html
- https://www.youtube.com/watch?v=YwHErWJIh6Y&
- https://www.youtube.com/watch?v=Kc1kwm1WyVM&list=PLPUbh_UILtZW1spXkwszDBN9YhtB0tFKC
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview
- https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/
- https://datatracker.ietf.org/doc/html/rfc2616
https://toolsqa.com/postman/post-request-in-postman/
- https://osasazamegbe.medium.com/showing-building-an-http-server-from-scratch-in-c-2da7c0db6cb7
- https://m4nnb3ll.medium.com/webserv-building-a-non-blocking-web-server-in-c-98-a-42-project-04c7365e4ec7
- https://www.codequoi.com/en/sockets-and-network-programming-in-c/
- https://www.codeproject.com/Articles/452052/Build-Your-Own-Web-Server (Uses C#, but concepts should be similar)