|
|
|
|
|
by efecan0
344 days ago
|
|
Thank you for the extra information! I am a recent CS graduate and I work on this project alone.
I chose WebSocket over TCP because it is small, easy to read, and works everywhere without extra tools. gRPC + HTTP/3 is powerful but adds many libraries and more code to learn. When real users need QUIC or multiplexing, I can change the transport later.
Your feedback helps me a lot. |
|
I totally understand your reasoning behind leaning on websockets. You can test with a data channel in a browser app. But if we are talking low-latency, Superman fast, modern C++, RPC and forgeddaboutit. Look into handling an initial payload with credential negotiation outside of HTTP 1.1.