Hacker News new | ask | show | jobs
by dzove855 996 days ago
Actually, bash has now a loadable builtin to listen on tcp socket. I wrote a script and the patch. https://github.com/dzove855/Bash-web-server

The patch is now included in bash 5.2

1 comments

Excellent! Looking forward to your pure bash TLS implementation next :)
it is already in my mind creating a bind to something like libressl or rustssl, but it will be much more complicated.