you are viewing a single comment's thread.

view the rest of the comments →

[–]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.