Distributed p2p computing

Hi,

I am doing a project GitHub - fsvieira/p2pqueue: Distributed P2P Queue its an unordered task queue to distribute work among peers, I also made a “remote call” interface on top of it, that allows function processing to be automatically distributed on the network.

Right now the project is a working prototype, there are still a lot of problems to be solved, and I am still figuring out libp2p so many things may not be done in the best way.

I would appreciate any comments, suggestions and feel free to contribute to the project.
Thanks.

2 Likes