-
Notifications
You must be signed in to change notification settings - Fork 33
⚗️Investigate ways for outsourcing network layer #779
Comments
I wasn't sure how to best approach the research so I simply looked through all crates on crates.io that were tagged with One thing that came up apart from libp2p which looks interesting is this: It describes itself as:
It has basically only one or two maintainers and doesn't provide a very rich feature set. I haven't looked into how flexible the design is but the main purpose seems to be encrypted instant messaging. Other than that, most results where either small libraries or low-level network stacks like: Why did choose to just go through crates.io and not google/other search engines:
|
Thanks @thomaseizinger I am satisfied. Go libp2p. |
I think |
Thanks for your feedback. I'll consider this to be done then! |
We currently implement on our network layer (connection handling and pooling, encryption).
Look at libraries that could alleviate the load in this area.
Consider the following properties:
This is a follow-up of #739
Required by #655
Required by #651
Required by #746
Required by #735
Required by #736
The text was updated successfully, but these errors were encountered: