Skip to content


reihttpd - a basic web server in C

My “Computer Networks” (Redes de Computadores) assignment is writing an HTTP server that implements GET and conditional (if-modified-since) GET with persistent connections.

Here’s the code - Obviously, no guarantees.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Furl
  • Ma.gnolia
  • Reddit
  • StumbleUpon
  • Technorati
  • TwitThis
  • E-mail this story to a friend!

Related posts:

  1. Sapo Codebits 2008: First Project - irnotify

Posted in FEUP, Programming.

2 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. moffdub said

    Wow. I might never be the same after perusing that code. Actually, that’s a lie. In our networks course, we had to implement a vastly simplified TCP/IP stack on one machine. I’ve never been the same since that course, which is why this code didn’t scar me like it should’ve. Still, nice work.

  2. lrei said

    Thanks.