Open
Description
Code of Conduct
- I agree to follow Django's Code of Conduct
Feature Description
If now I want to develop API I ll use Django rest framework, but it does not have any support for async views .
It is too frustrating to develop a simple streaming chat application.
We now have most of the components in place like StreamingHttpResponse and async views .
I know http content parsing is also being worked on.
We should have a native way to develop APIs because it is needed for many projects and many people use js frameworks for frontend.
What is missing,
Serializers like abstraction
Class based API views
CORS
Problem
Async API development
Request or proposal
request
Additional Details
No response
Implementation Suggestions
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Idea