Comment by fud101
11 days ago
I'd use something like a lightweight python framework (take your pick) and pair it with htmx. You can run that on low powered hardware or a cheap VPS. I can't even dev elixir on my N100 minipc, it's too demanding. Otherwise Python and SolidJS or Preact will work perfectly for a SPA.
> I can't even dev elixir on my N100 minipc, it's too demanding.
Isn't the N100 a quad core machine? It can't run Elixir?
It can but it feels very sluggish developing in my ide of choice (vscode). I also miss having a debugger which is nonnegotiable for me.