Dear readers,
In my areas of research (Technology Enhanced Learning, Semantic web, HCI...), it is extremely useful to use the Web as a way to try ideas with a web application that various people can test.
Developing and deploying a webapp isn't rocket science, but picking the JS framework that will be expressive enough while remaining easy to use in practice is rather challenging.
Up to now, I have mainly worked with VueJS and Svelte for these kind of prototype. With the release of Vue 3 and the lack of evolution of Sapper (Svelte equivalent of Next for Vue), I am unsure what to choose.
The ideal solution requires integration with a Websocket library or better a firebase alternative.
Does anyone have a suggestion?
Best