How to create HTTP/3 + ngtcp2 (OpenSSL) client/server? #426
Unanswered
BazaarAcc32
asked this question in
Q&A
Replies: 1 comment
-
|
So, can I get some answer? :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Thank you very much for the libraries! I want to use nghttp3 together with ngtcp2 (OpenSSL) to implement an HTTP3 client and server on Windows. However, I can't find any tutorials that describe this (if not on Windows, then Linux is fine too).
You have good examples of client and server implementations for nghttp2, so thank you very much! But I can't find any similar examples for HTTP/3. Are you planning on creating such tutorials, and what would you recommend I do to solve these problems?
I found the following examples
https://github.com/ngtcp2/ngtcp2/blob/main/examples/server.cc
https://github.com/ngtcp2/ngtcp2/blob/main/examples/client.cc
But unfortunately there are no details regarding the code, these examples are very difficult to understand without the accompanying text. The source code is also too long. The server code is 4,000 lines long. I would like to receive short examples with explanations, without unnecessary noise. Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions