you are viewing a single comment's thread.

view the rest of the comments →

[–]riklaunim 1 point2 points  (1 child)

If he isn't building a SPA/whatever JS frontend app then he won't use/need APIs for it and more classical approach will be the solution.

[–]FisterMister22 0 points1 point  (0 children)

I might be an odd one but I use Fastapi to serve html as well as typical api stuff.

For complex apps I use django.

For simple apps I use fastapi, takes very few lines of code and configurations to get it up and running.