Live data from Hacker News

Bash on Balls: an MVC web framework for Bash, powered by netcat

github.com

21–30 of 40 posts

Re: Bash on Balls: an MVC web framework for Bash, powered by netcat

#23
post #13
post #6

I have nothing but praise for this piece of insanity. I love bash and truly enjoy watch it being taken beyond is intended use cases.

Ha! Yeah, it's totally not done yet, but yes, certainly intended as a piece of insanity. With all seriousness, of course. The model layer still needs a good deal of work, and I think it might be fun to write up some tutorials or something :)

So, I guess I need to finish writing the blog for BoB in BoB now.

Re: Bash on Balls: an MVC web framework for Bash, powered by netcat

#24

It basically pipes a fifo into netcat, and pipes the output of netcat to an HTTP parsing script, which calls router and model "methods" (which use Bash's built-in "namespacing") which runs the Bash templating language esh and pipes the the HTTP response back into the fifo.

[deleted]
Post reply on HN