djsanosa / tapir-player

Tapir Player
GNU General Public License v2.0
0 stars 0 forks source link

[Design] Svelete + Flask #2

Open djsanosa opened 2 years ago

djsanosa commented 2 years ago

Svelte seems like a good front end framework due to its focus on simplicity and closeness to VanillaJS. Although Svelete might be better supported for Node backend, I will use Flask because it is Python. Not only am I more familiar with Python, but it will be easier to adapt the Python backend from the original IRP Video Player. Here are some links on simple Svelete + Flask examples:

https://www.lelandpaul.com/posts/flask-plus-svelte/ https://prog.world/svelte-and-flask-python/ https://decodedbytes.medium.com/using-svelte-js-with-flask-backend-server-7f2c67dc11fe https://github.com/cabreraalex/svelte-flask-example https://pythonlang.dev/repo/jordan-rowland-flask-svelte-trello/ https://github.com/Jordan-Rowland/flask-svelte-trello https://github.com/aaw5017/FlaskTodo

djsanosa commented 2 years ago

This video comparing JS frameworks, as well as comments on a popular social media forum is what helped me pick Svelte.

https://www.youtube.com/watch?v=cuHDQhDhvPE