Description
this course is a new course who will be talking about Django channels and what is it and how to use it.
in this course we are utilizing the Django channels to create a real-time applications for example (web Chat Applications).
– this course will talk about how to use the different interfaces (WSGI , ASGI) with your project, and how to marge them with each other.
– this course also will talk about how to create a synchronous and asynchronous consumers.
– this course will talk about how to use channels from the views of Django , and how to send an event through the views using the consumers
– this course also will show you how can you specify a single user only to chat with or how to specify a specific group to send events to it.
– this course will show you how to use the Scop of the consumer or the connection that happened through the ASGI interface, and how to reach the logged it user and how to reach the session of the current user.
– this course will show you how to use JavaScript to connect with your consumers.
– and a lot of things , that we explain in this course, i believe that you will enjoy.