rikitiki  v0.1.67
Build C++ web server modules that allow easy routing and deployment.
Examples

Note that a few of these examples expose race conditions due to not using mutexs. Namely, sqlite3 in RestModule isn't natively thread safe, and neither is the backing vector in RestAdvModule. The purpose of these examples is for clarity of concept, and the concern was that adding the proper mutex locks would be a distraction to understanding the underying principals.