Code distribution for the OpenGRiD project.
It contains the code for
-
Nexserv, an simple HTTP server.
-
Mixy, an minimal HTTP/HTTPS Internet proxy.
-
ResolvServ, a non-blocking DNS resolution server
to be used by Nexserv(s) or Mixy(es).
-
General and Web-specific libraries in C++.
The libraries are designed in the application framework style and
hence constitute most of the code of the above applications.
Design Goals:
Modularity,
Code reuse,
Efficiency.
This code was started as a redesign of
the code for OGProxy,
Open GRiD Project's Proxy.