mimblewimble/grin

Replace hyper with a lighterweight framework

Open

#2,040 建立於 2018年11月28日

在 GitHub 查看
 (13 留言) (0 反應) (0 負責人)Rust (991 fork)batch import
enhancementgood first issuehelp wantedquestion

倉庫指標

Star
 (4,876 star)
PR 合併指標
 (平均合併 6天 11小時) (30 天內合併 25 個 PR)

描述

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?

貢獻者指南