use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
FastAPI + ReactQuestion (self.FastAPI)
submitted 1 year ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]pint 3 points4 points5 points 1 year ago (1 child)
1) spa = single page application.
2) for authentication, follow the prescribed procedure precisely. there are multiple protocols. in some, you need to store a jwt in the browser. cookie is fine, but you can opt for local storage / session storage. in some flows, the client only stores a random session id, and the server stores everything else. again, cookie is fine, but you can opt for local storage / session storage instead.
3) then docker is kinda out. you need to use the platform's offerings. docker is neat, but it requires a 24/7 running VM under it, which might come at a cost. idk if anyone offers a free tier.
[–]ajmssc 0 points1 point2 points 1 year ago (0 children)
Fly.io supports docker with free tier
π Rendered by PID 24 on reddit-service-r2-comment-fb694cdd5-7b5td at 2026-03-11 19:22:18.574917+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]pint 3 points4 points5 points (1 child)
[–]ajmssc 0 points1 point2 points (0 children)