• Tatsuhiro Tsujikawa's avatar
    Add C++ library libnghttp2_asio on top of libnghttp2 · 5d0bf4cc
    Tatsuhiro Tsujikawa authored
    The libnghttp2_asio library is C++ library built on top of libnghttp2.
    Currently, it has server API and easily create HTTP/2 server using
    node.js like API calls.  See the example server source code in
    examples/asio-sv.cc.  The library depends on Boost::ASIO library.
    5d0bf4cc
Makefile.am 1.99 KB