Example applications which use color API
Counter class is defined in examples/counter/counter.py
.
To run a simple scenario, you can run python examples/counter/client.py
.
(Make sure that your server is running by python color-py/colorserver.py
)
A simple C++ based hashmap over fuzzylog is defined in examples/hashmap
.