node_pcap
node_pcap copied to clipboard
http2 is comming
Is anybody else looking into it? I assume decoding of http2 will be very demanded as it is a binary protocol. Not sure if this could be used somehow for decoding https://github.com/molnarg/node-http2
I like the approach of using existing parsers to decode things like this. Surely node will get some kind of native http2 support at some point, which will hopefully expose the parser somehow.
In the meantime though, it would be pretty neat to hook up someone else's parser for http2 and spdy.
If you want to try, check out how to use the new API in the http_trace and redis_trace repos.