I have a Django app deployed on IIS with FastCGI. Now, I have installed Django Channels in it and also Daphne to run WebSockets. Everything is working fine locally, but now I am struggling to understand how to handle Django Channels on IIS. Any ideas?
I have IIS instaled in Window Server 2019 and I implement Redis Layer in sockets how to handle this?