mimblewimble/grin

Replace hyper with a lighterweight framework

Open

#2.040 aberto em 28 de nov. de 2018

Ver no GitHub
 (13 comments) (0 reactions) (0 assignees)Rust (991 forks)batch import
enhancementgood first issuehelp wantedquestion

Métricas do repositório

Stars
 (4.876 stars)
Métricas de merge de PR
 (Mesclagem média 6d 11h) (25 fundiu PRs em 30d)

Description

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?

Guia do colaborador