dart-lang / http2

A HTTP/2 implementation for dart.

Home Page:https://pub.dev/packages/http2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status and priority

StarpTech opened this issue · comments

Hi,
what's the status of HTTP2 (roadmap) ? Is anybody working on this and does it have priority in the Dart team? What can we expect in the next months? I would like to develop a POC in Dart instead Node.Js with the new capabilities of HTTP2. Thanks.

Status is that it's working, and being used by Dart gRPC. There aren't any known bugs, and the only known issue is lack of support for stream prioritization, which hasn't (excuse the pun) been a priority yet.

Is there anything in particular you're missing in this implementation?

The implementation is still experimental and prevents me from using it in production. I don't know about the internal use as well as from the health of this project. It would be great to update the readme because what you told me is more than "experimental" 😄

Ah, the readme! Yes, we should update that. :)