richardschneider / yappy

Yet another REST API server howling at the moon with JSON
MIT License
2 stars 0 forks source link

HTTP 2 (SPDY) #15

Open richardschneider opened 9 years ago

richardschneider commented 9 years ago

HTTP 2 is new but strives for 50% load time over HTTP 1.x. This could help with #6.

node-spdy could be used..

richardschneider commented 7 years ago

node-spdy is still the one to use, see https://github.com/expressjs/express/issues/2364