Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
110 stars 71 forks source link

Analysis before creating HTTP servers #12514

Open mlqn opened 5 months ago

mlqn commented 5 months ago

Description

framitdavid commented 5 months ago

One Server for all packages or one server per package When it comes to creating one server per package, I think that would be to increase maintenance and complexity for now? I can't see any need that makes us require one server for each package?

Which frameworks to use (express/fastify, next.js/remix, I'm not entirely certain about which framework, but perhaps we should conduct some investigation here. I've been hearing a lot of positive feedback about Remix lately.

What to consider (ssr/ssg, client/server routing, learning curve, ...) I can't see any reason to switch to SSR or SSG? 🤔 We're building a tool that operates behind login and has no need for SEO on the dashboard, app development, resource admin, etc.