I was experimenting with distributed computing a bit. The idea is slightly 
different, because the same binary has to be published to each cluster node and 
it can run in different roles client/master/worker. It's far from being usable, 
but at least it can already publish data into worker memory and run arbitrary 
code remotely on a worker. Usage looks like that: 
[https://github.com/bluenote10/Hydra/blob/master/testapp1.nim](https://github.com/bluenote10/Hydra/blob/master/testapp1.nim)

Reply via email to