django channels

so, you mean to say i will have to install daphne for this right?

Well, yea, that too. You need to follow all of the instruction in the docs.

okay, tysm but they have wrote without daphne it is possible so dint installed, ok btw tysm sir, for help let me install daphne and try it

That is correct. You can use a different asgi server such as uvicorn.

But you need an asgi server - it doesn’t matter much which one. That’s why Daphne is marked as optional. You don’t need to use that specific package.

(And you also need a redis server.)