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.
Related posts:
Episode III: Revenge of The Blog
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.
Related posts:
Posted in FEUP, Programming.
2 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
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.
Thanks.