Only good vibes #daily #project #2026 #365days #021 #vibed

I "finished" a small project today.

Its called Lambaa, it hosts simple scripts, in a similar fashion to cgi-bin.
Pass the server a script name in the URL, it finds it, passes the request information through stdin to the script and reads the scripts stdout back as the http response.

Its all in #dlang and #vibed, with a #python script powering integration tests, and Github Actions doing CI/CD.

Solves a problem specific to me, had fun writing it, learned stuff. 💯

https://github.com/Samathy/lambaa

Samathy/lambaa

Dynamically run simple scripts as GET or POST endpoints. - Samathy/lambaa