alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
401 stars 116 forks source link

HTTP/2 Support? #98

Open kevingilbert100 opened 7 years ago

kevingilbert100 commented 7 years ago

Thoughts on adding http/2 support, Alexa devices do support this protocol.

I suppose you could add pre option to bootstrap spdy and override server.express.listen function with your own wrap of the listen function to include the spdy listen. Have not tried that but could be a hack.

dblock commented 7 years ago

Please contribute!