But can it scale?
Bash on Balls: an MVC web framework for Bash, powered by netcat
21–30 of 40 posts
Re: Bash on Balls: an MVC web framework for Bash, powered by netcat
#22But can it scale?
Re: Bash on Balls: an MVC web framework for Bash, powered by netcat
#23I 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 :)
Re: Bash on Balls: an MVC web framework for Bash, powered by netcat
#24It 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.
Re: Bash on Balls: an MVC web framework for Bash, powered by netcat
#25Re: Bash on Balls: an MVC web framework for Bash, powered by netcat
#26Re: Bash on Balls: an MVC web framework for Bash, powered by netcat
#27Re: Bash on Balls: an MVC web framework for Bash, powered by netcat
#28Re: Bash on Balls: an MVC web framework for Bash, powered by netcat
#29Just looked over the source. This package is unkempt and extremely hairy in some places. I'd advise using Occam's razor over the whole thing, or at least running trim and tidy on the main parts.