Hacker News new | ask | show | jobs
by bkovacev 526 days ago
Can you explain further on the performance aspect of Django Ninja vs DRF?
1 comments

It is built to fully support asynchronous endpoints, and uses pydantic models for validation and parsing - lightweight and nicely fast