goonism / hyperproxy

Hyperproxy aims to establish connection from WebRTC nodes to TCP/UDP DAT nodes
https://goonism.github.io/hyperproxy
MIT License
74 stars 5 forks source link

[RFC] hyperproxy-node scalability #38

Open louisgv opened 6 years ago

louisgv commented 6 years ago

For each swarm initiated by a browser, there must always be a node

However, if an archive requires massive scale, there is an use case where nodes can be pre-installed into electron instances that are ran independently from the hub. These instance serves both the host and other browser client, allows for higher scalability.

Contemplating this?