this post was submitted on 12 Jul 2023
18 points (95.0% liked)

Programming

17025 readers
237 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago

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 3 points 1 year ago* (last edited 1 year ago)

Iirc Tiddlywiki works similarly in that you can run an entire “wiki” in a single html file.

[–] Lmaydev 3 points 1 year ago

You could do this with c# and a self contained publish. Likely many other languages as well.

[–] [email protected] 3 points 1 year ago

Well that's certainly an idea.

[–] [email protected] 1 points 1 year ago

You could do this easily with Crystal and Kemal.