Open EliseeCode opened 3 years ago
Actually, I knew about Vue because of Laravel, and they have nice sinergies.
Can't do really a "VS" because I don't know too much about other technologies, except for React (I'd choose Vue but because I have more expertise with it), and well, Redis is used more for caching as is an in-memory data storage. If you're looking for permanent and stable long term storage better go for classic RDBMS (MySQL).
I'm not really sure about which frontend framework to recommend (may also be Backbone, Svelte, Next, Nuxt or Gatsby), but I'd recommend the use of Node.js (not sure which framework) which in most cases will perform well (in asynchronous performance, extensive modules, hosting and frontend framework integration). For the database, probably the backend will require a more structured tabling format, so in this case, MySQL will do the job, I guess...
Thanks, Apparently there is a nice MVC framework called AdonisJS (NodeJS equivalent for Laravel in PHP) and I would love to give it a try with dolt (MySQL database git style versionning system). Let's see how we can make that run.
Hi, I would love advice about which stack to choose to renovate this project. Laravel VS Adonis ? Vue VS React ? Redis VS Mysql ?