Example applications using travel dynamic HTTP routing.
Simple HTTP key-value store using a single JSON file as the datastore. Supports GET, PUT and DELETE verbs and allows getting/setting/deleting of arbitrarily nested values.
Similar to above except using PostgreSQL as the datastore for thread-safety.