I'm new to django. After searching here and their i found asgi enable performance boost over django wsgi based view. So that i want to completely switch to asgi view but i din't found any guides regarding to it so that i can i implement it in views(function and class) and django orm.
And also I'm pretty much unsure about how it works.
If this question make no any sense, then sorry for that and help me regarding to asgi which is new features in django3. How it is different from django channel.