/php-crdt

🧮 Code for the talk "CRDT G-Counter... or how to build a small distributed system with PHP"

Primary LanguagePHPMIT LicenseMIT

CRDT G-Counter

This is the companion code to the presentation "CRDT G-Counter... or how to build a small distributed system with PHP"

Running the project

Clone the project, run composer install, then ./runall.sh which will start 3 servers (on port 8080, 8081, 80802).

In order to benchmark the system, make sure that you have siege installed on your system, then run ./bench.sh