Wekan uses meteor.js which is really one of the worst frameworks out there. It breaks on so many ocasions and has really bad OS support. Event he current maintainer kind of dislikes the framework... The worst part about metor is that it forces you to use MongoDB!
nebulon|5 years ago
carlos22|5 years ago
aogaili|5 years ago
lioeters|5 years ago
- React/Preact with context or hooks instead of Redux
- Micro for server - https://github.com/zeit/micro
- Postgres with Knex for data persistence - https://knexjs.org/
Add authentication, WebSockets, etc., and it starts to look like an ad-hoc framework - except that all layers are generic and replaceable (theoretically) with equivalent features, like using Express or MariaDB.
I'm also quite fond of Next.js, which lets me have all the above. https://nextjs.org/
unknown|5 years ago
[deleted]
extrememacaroni|5 years ago