Hi all
I've been working on a library for SPDY draft 2 and 3 in ANSI C, since
the others weren't quite suitable for my project. Here's what I have so
far:
https://github.com/udp/spdy
Hopefully someone will find it useful. It's probably the second most
complete in C (next to spdylay), and aims to provide a clean, high-level
abstraction over the protocol.
Feedback, criticism, patches etc. welcome!
Cheers
James