ngtcp2 / nghttp3

HTTP/3 library written in C
https://nghttp2.org/nghttp3/
MIT License
858 stars 93 forks source link

Example #239

Closed bmarques1995 closed 1 month ago

bmarques1995 commented 2 months ago

My dears, do u have a sample repository of a HTTP server with the lib? I'm with difficulties to understand the docs and the usage cases, and another example could be useful

tatsuhiro-t commented 2 months ago

See https://github.com/ngtcp2/ngtcp2/tree/main/examples/server.cc

bmarques1995 commented 2 months ago

See https://github.com/ngtcp2/ngtcp2/tree/main/examples/server.cc

By the way, can u verify there my pull request? The same of the #228

Andersama commented 1 month ago

I was digging for an example, maybe it'd be worth referencing that example in a README underneath the examples directory? It's a bit convoluted to look for an example of this library inside another repo. Would not have spotted it if I'd not bothered to check the issues tab.