Y
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
tyingq
996 days ago
Excellent! Looking forward to your pure bash TLS implementation next :)
link
dzove855
996 days ago
it is already in my mind creating a bind to something like libressl or rustssl, but it will be much more complicated.
link