Hacker News new | past | comments | ask | show | jobs | submit login
H2tunnel – ngrok alternative for Node.js in 600 LOC and no dependencies (github.com/boronine)
3 points by boronine 1 day ago | hide | past | favorite | 1 comment





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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: