New users are advised to see both Petstore projects for a codex and sim reference.
Other examples are optional.
Contains a well documented fully featured codex.
protean doc --f petstore-default/petstore.cod.edn
protean sim --d petstore-default
Adds a sim extension to change Protean's default server behaviour.
protean doc --f petstore-sim/petstore.cod.edn
protean sim --d petstore-sim
A simple multi player text adventure game with a REST API interface.
Walk around in, look at and interact with a stateful world.
Game state is persisted to file via enduro and loaded on server startup.
protean doc --f text-adventure/textad.cod.edn
protean sim --d text-adventure