this is awesome: See this page fetch itself, byte by byte, over TLS https://subtls.pages.dev/
I've been (very very slowly) working on a guide to writing your own TLS implementation from scratch and this is motivating me to make some progress on it
first I need to finish the guide to implementing DNS from scratch though (which is much easier)
@b0rk Hopefully you are already aware of @bert_hubert's tdns: https://powerdns.org/hello-dns/
@rgacogne oh cool! that's much more advanced than what I'm working on, which is more like 180 lines of Python. I'll make sure to reference it though!
@rgacogne @b0rk @bert_hubert any reference on reverse proxy too? πŸ˜„ i was thinking to try implement one in elixir some day πŸ‘€
@cevado I feel like there must be a bunch of guides out there for how to write a reverse proxy in Go (like https://www.youtube.com/watch?v=tWSmUsYLiE4 for example), maybe adapt one of them to Elixir?
FOSDEM 2019: How to write a reverse proxy with Go in 25 minutes.

YouTube
@b0rk thanks πŸ™... i was looking int caddy, but it's not just a reverse proxy 😬