senchalabs / connect

Connect is a middleware layer for Node.js
MIT License
9.84k stars 1.09k forks source link

connect will support http2 ? #1097

Closed lyquocnam closed 7 years ago

lyquocnam commented 7 years ago

hi author, connect will support http2 ?

dougwilson commented 7 years ago

It already does.

lyquocnam commented 7 years ago

can you help me some example @dougwilson ?

dougwilson commented 7 years ago
http2.createServer(app)
lyquocnam commented 7 years ago

it really simple ? 👍