shdp

Crates.ioshdp
lib.rsshdp
version1.1.7
sourcesrc
created_at2024-06-10 12:56:45.923437
updated_at2024-06-10 13:34:36.795538
descriptionA new protocol (SHDP)
homepage
repositoryhttps://github.com/StanyslasBouchon/SHDP/tree/master
max_upload_size
id1267044
size204,028
(StanyslasBouchon)

documentation

README

SHDP

Tends for Streamlined Hyper Data Protocol. It allows sending and receiving data in a compressed-way, especially when sending files.

Basic implementations are onto 2 (two) websites:

Those websites use SHDP to retrieve HTML, CSS or JS content dynamically while the user is browsing the website.

[!NOTE] SHDP will not try to replace HTTP nor TCP protocols. It is just a way to send data in a compressed way.

[!IMPORTANT] SHDP is not standardized yet. It is still in development.

How it works

See the SHDP Protocol page to understand the binary structure of the protocol.

Implementations

  • Rust - The first implementation of SHDP is in Rust. It is a library that can be used in any Rust project.

License

SHDP is licensed under the MIT License. See the LICENSE file for more information.

Commit count: 0

cargo fmt