rikitiki
v0.1.67
Build C++ web server modules that allow easy routing and deployment.
|
Integration into mongoose happens in a slightly different manner than with apache. Rather than loading into an existing server, we compile an executable which acts as standalone http server. MongooseServer is a thin wrapper around native mongoose functionality which exposes both methods to register modules against it, as well as starting and stopping the server.
Below is a simple example that registers a module and runs mongoose port 5000: