DEV Community

Gautam
Gautam

Posted on

Parallel-File-Sharing

Parallel upload and download of file

From the Server this platform allows parallel upload and download. Epoll is used to allow Asynchronous IO and parallel uploads & downloads.

Principles of Design :

Client regsiteds to start/ initiate the sharing.
Client establishes connectivity to speicif client after regsitration with other clients.
The register gets updated everytime a new client registers or drops.

https://github.com/gautam1858/Parallel-File-Sharing

Top comments (0)