Files
p2p-rendering-computation/README.md
Akilan Selvacoumar dc890e2a67 Update README.md
2021-06-05 14:05:47 +04:00

1.7 KiB


p2prc

GPLv2 license Maintenance made-with-Go GoDoc reference example

The main aim of this project was to create a custom peer to peer network. The user acting as the client has total flexibility on how to batch the tasks and the user acting as the server has complete flexibility on tracking the container's usages and killing the containers at any point of time.

Demo

IMAGE ALT TEXT

Table of contents

  1. Introduction
  2. Installation
  3. Design Architecture
    1. Client Module
    2. P2P Module
    3. Server Module
  4. Implementation
    1. Client Module
    2. P2P Module
    3. Server Module
    4. Config Module
    5. Cli Module