Open 0xg0nz0 opened 8 months ago
Current plan is to use ngtcp2 + WolfSSL for TLS, with LibUV as a command eventing layer for all networking code.
Potential useful resource:
https://github.com/nodejs/node/blob/a5376c5ce435848a293d61a7677807fe28d46f18/src/quic/tlscontext.cc#L398
NodeJS uses ngtcp2 internally and has C++ wrappers. Kind of messy, but could help provide samples.
Current plan is to use ngtcp2 + WolfSSL for TLS, with LibUV as a command eventing layer for all networking code.