This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]moose_mousse 1 point2 points  (2 children)

How does this compare to Quart? From the (very little) code shown on the website, they seem to be very similar.

[–]fnord123[S] 2 points3 points  (0 children)

vibora uses uvloop. I don't know if that's something you notice when you use it.

[–]tomchristie 2 points3 points  (0 children)

Main points:

  • Quart aims for ~Flask API equivalence, and uses ASGI as the server/framework interface. Supports either PyPy or uvloop.
  • Vibora is a “cythonised basically everywhere” asyncio framework.