tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

SPDY server API #142

Open anderflash opened 8 years ago

anderflash commented 8 years ago

Hi, I was learning libmicrohttpd, and I was wondering how to program a SPDY server in C. I didn't find information about it easily, as the pythonic ThreadedSPDYServer or MHD_start_daemon (libmicrohttpd). Can you provide a hint?

Thanks