zygote
Cellular-differentiation for worker drones in seaport clusters.
example
First start a seaport hub:
seaport 7000
Start several undifferentiated zygote worker drones on different machines:
zygote drone localhost:7000
Create a cluster plan:
Push the cluster plan to all the zygote drones:
zygote --seaport=localhost:7000 push cluster.json
Now there are 2 web, 1 auth, and 3 encoder services running across all your zygote drones!
Modify the cluster plan and run zygote push
again to update what all the
zygote drones are running.
install
With npm do:
npm install zygote
license
MIT