/SinJavaWeb

A simple Web Server implemented by Java socket.

Primary LanguageJava

#SinJavaWeb

###A simple Web Server implemented by Java socket.

Q&A

Q:How To Run It?
A:run com.sin.java.web.test.ServerTestMain. And use broswer open http://127.0.0.1:9011.

Change Log
V1.0
  • add thread pool to handle client request
V0.2
  • using Exception style to response exception(reference from web.py)
  • add HTTP 304 and HTTP 404
V0.1
  • simple version