Articles about Web

Articles related to web technologies

Build a Minimal Webserver in C

  • 05 Aug 2022
  • Manuel Capel
  • Tags: C web

Machines are already strong by themselves, but their potential gets truly unleashed when they can communicate with each other. Web servers enable this communication by taking requests from and sending back responses to other machines. Here we will see how to implement a very simple web server in C for Linux. You can find the complete code for it on this repo.

continue...