General

Let's discuss Tech Stacks

Started by Esh · Feb 5, 2025

#5701
What are your favorite tech tools and frameworks to use for building in the DarkNet?

What kind of infrastructure are you using?

After completing a project with your stack, were you happy with your tech choices or would you rather pick something else now that you have more insight?
#5702
↳ Replying to @Esh
Currently I have a service running the good old LEMP stack. Mostly because I'm using an old PHP open source platform that requires this stack.

I've had a service build with Astro on the frontend and golang for the REST API. I was using postgres for the DB and redis for session management and cache. All of them were running as docker containers.

Honestly, I was happy with the most of the stack with the exception for the combination of Astro and golang. I ended up doing a lot of redundant work on the Astro side to call the REST API. I'm not sure it was worth it.