google / quiche

BSD 3-Clause "New" or "Revised" License
633 stars 132 forks source link

Example Implementations? #64

Open NErinola opened 9 months ago

NErinola commented 9 months ago

Is there a example server and client available for testing purposes?

Ya-Pasha-364shy commented 8 months ago

Hello @NErinola, there are examples. See source code quiche/quic/tools/quic_toy_server.cc and quiche/quic/tools/quic_toy_client.cc. Or as assembly products (on Linux) - bazel-bin/quiche/quic_server and bazel-bin/quiche/quic_client