Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 447 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 447 Bytes

Travel Examples

Example applications using travel dynamic HTTP routing.

json-key-value

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.

postgres-key-value

Similar to above except using PostgreSQL as the datastore for thread-safety.