express icon indicating copy to clipboard operation
express copied to clipboard

feat(http2): add HTTP/2 support

Open Abdel-Monaam-Aouini opened this issue 8 months ago • 1 comments

This PR adds native HTTP/2 support to Express, allowing developers to leverage HTTP/2's performance improvements while maintaining Express's familiar API. Features :

  1. Complete HTTP/2 integration with both plain and secure (TLS) servers
  2. Compatible API with existing Express applications
  3. Proper handling of HTTP/2 streams, headers, and request/response objects
  4. Comprehensive test suite that verifies all aspects of HTTP/2 functionality
  5. Example application demonstrating HTTP/2 usage

Abdel-Monaam-Aouini avatar Apr 28 '25 17:04 Abdel-Monaam-Aouini

@wesleytodd any updates here

Abdel-Monaam-Aouini avatar Aug 08 '25 23:08 Abdel-Monaam-Aouini