资 源 简 介
Welcome !
Welcome to the sj-http-server homepage. If you find it interesting, please let me know.
My address is samir.jorina AT gmail DOT com.
I will be grateful for any feedback.
Project overview
As the the name itself suggests, this project is a HTTP server. But it can serve not only static HTML pages. The main purpose is to provide a possibility to serve dynamic (dynamic in terms of the content) pages. In other words, you never know what you will get ;)
The aim of the project is to create a framework that would enable to write web sites that are capable of interacting with the user, for example by processing user forms and/or uploading files.
The idea behind this project is similar to the one of Java Servlets. Nevertheless, this project does not attempt to be a port of this technology to C++ and does not base of any Servlets code / classes. All similarities are accidental.
Goals