7 ms·
I was able to keep my code small by leveraging existing protocols: TLS for authentication and HTTP2 for multiplexing, stuffing simultaneous HTTP1 requests onto
by boronine 2y ago
I was able to keep my code small by leveraging existing protocols: TLS for authentication and HTTP2 for multiplexing, stuffing simultaneous HTTP1 requests onto a single TLS-encrypted tunnel socket.
Hopefully I'll make it on the hall of fame [1] :)
[1] https://github.com/anderspitman/awesome-tunneling https://github.com/anderspitman/awesome-tunneling