node-http2
node-http2 copied to clipboard
An HTTP/2 client and server implementation for node.js
I did benchmark against several HTTP/2 and SPDY servers, including node-http2. Results are https://github.com/tatsuhiro-t/nghttp2/wiki/ServerBenchmarkRoundH210 node-http2 seems consumes huge memory, 1GB, under benchmar test. Under the same load, node-spdy uses ~300MB...
When using the node-http2 client against Twitter's API server, I get an error when the server shuts down the open connection after 15 idle minutes. Steps to reproduce: Edit `example/client.js`...
I cloned this repo to my computer. When I ran the example codes, the client and the server, everything works as expected. But when I copy the exact same codes...
Reproduction - New Connection is created - Server sends setting frame with Max Streams of 10 - node-http2.request() is called 11 times in a loop Result - Server responds to...
I'm trying to implement handlers on the following events: - newSession - resumeSession - OCSPRequest but they do not seem to be emitted as expected. I'm running iojs 1.2.0 and...
As mentioned in PR #82, just to make things a bit more sane and better-separated. Not high-priority.