Async Requests with Flask
Recently Flask has introduced async routes in its 2.0 update. This blog is everything about async requests with Flask 2.0. The Flask 2.0 has come up with many interesting updates.…
37 Comments
June 5, 2021
Recently Flask has introduced async routes in its 2.0 update. This blog is everything about async requests with Flask 2.0. The Flask 2.0 has come up with many interesting updates.…
Before jumping into Flask 2.0, let's discuss what is Flask in general. If you are a python geek and know something about webservers, you have definitely heard about Flask or…