donejs / done-serve

DoneJS development server
https://www.npmjs.com/package/done-serve
MIT License
7 stars 5 forks source link

Use http2 module for https/http2 support #130

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

This migrates away from the donejs-spdy package and uses the builtin http2 module directly. Improves the tests significantly, so we are now testing against both http2 and http1 for all scenarios.

Closes #127