I've been working on a similar project since about 2016. My goals were slightly different. I wanted to use C++ and focus on minimalism, but still have solid content and capabilities. I finished a working version that hosts a JSON API of weather data and a web app to manage email aliases for a self-hosted mail server. It's nothing fancy, but it generally works.
5 Comments
bobbias@lemmy.dbzer0.com · 3 pts · 3y
Well that's certainly an idea.
quizno50@sh.itjust.works · 3 pts · 3y
I've been working on a similar project since about 2016. My goals were slightly different. I wanted to use C++ and focus on minimalism, but still have solid content and capabilities. I finished a working version that hosts a JSON API of weather data and a web app to manage email aliases for a self-hosted mail server. It's nothing fancy, but it generally works.
computertoucher5000@programming.dev · 3 pts · 3y
Iirc Tiddlywiki works similarly in that you can run an entire “wiki” in a single html file.
Lmaydev@programming.dev · 3 pts · 3y
You could do this with c# and a self contained publish. Likely many other languages as well.