|
|
|
|
|
by kewde
3570 days ago
|
|
Hi, Indeed HTTPS was not enabled on the page, it was still a work in progress. It is now enabled. We're working on an installer that will mitigate MITM issues by having releases to be signed by multiple people. 1. We do respect scalability constrains, but we decided to monitor the network and scale when needed.
The idea that we have to focus our limited development time and funds on issues that are not yet a problem is a bit goofy. The idea for scaling is to include a tree like structure:
1
/ \
2 3
You split the data into numbers, based on the capacity of your node.
E.G. Alice has an address of stream 2. If Bob wants to send a message to Alice he encodes the stream number as metadata into the message and connects to a node of either 1 or 2. Nodes with the same number relay messages to eachother. When Bob can't find a node with number 2 he can just share it with a node of number 1. It will finds its way down (like a stream) to 2. |
|