mimblewimble/grin

Replace hyper with a lighterweight framework

Open

#2040 aperta il 28 nov 2018

Vedi su GitHub
 (13 commenti) (0 reazioni) (0 assegnatari)Rust (991 fork)batch import
enhancementgood first issuehelp wantedquestion

Metriche repository

Star
 (4876 star)
Metriche merge PR
 (Merge medio 6g 11h) (25 PR mergiate in 30 g)

Descrizione

Hyper accounts for close to half of our external dependencies. We need to start weeding those out as much as possible or at least get a good control over them (see #2026).

Suggestions as base, both with far less dependencies:

https://github.com/tomaka/rouille https://github.com/steveklabnik/simple-server (would have to add TLS support)

Note that we could potentially create a fork of those and replace some of their dependencies with ours (same log framework, serde, etc). I think @hashmap and @garyyu have looked a bit at hyper replacements, any feedback?

Guida contributor