Tercus / crowder

crowder is a decentralized crowd-sourced open video platform
0 stars 0 forks source link

Server <-> Server communication #14

Closed Tercus closed 8 years ago

Tercus commented 8 years ago

Introduced socket.io to handle server to server communication. I now have 3 servers that run independently from each other but communicate through socket.io. This needs some further testing and refinement.

Tercus commented 8 years ago

For now using socket.io is not worth it. As long as any sort of communication works, this will be fine by me. I first considered this an option to update individual server of each others status, but that really isn't needed. The tracker for example is completely independent from the other servers. Also, the amount of communication would be insane (every update from every peer for each torrent?).

So for the prototype, I consider this closed.