![]() |
||||
![]()
|
||||
| Page 1 2 3 4 >> | ||||
|
|
Java - Web
Server This is a simple web server with minimum functionality. I started writing this just to see how hard it is to write a web server. The concept is pretty simple but the effort to implement every single specification is tedious. Problem:
Heck, can I write a web server? Goal: Write a HTTP1.0/1.1 compliant http server Initially, I had to research how a browser and a http server communicate. I looked up HTTP specification on www.w3.org but there's just too much information it made me more confused.. Then I realized that you can connect to a web server using telnet so I typed in some request on a command prompt. [pompei]:~$ telnet
www.pompei.com 80 |
|||