The MSCGI library is used exclusively by MyServer to write fast and efficient
modules running in the same web server process space.
These are some examples of the MSCGI library of MyServer:

Simple echo example (POST request).
A simple addition on the server, passing the addends through the URL (GET
request).
A web counter, using MSCGI and libpng.