| 1. Django's interfaces.mp4 | 22.6 MB | ||
| 1. accept a connection.mp4 | 73.8 MB | ||
| 1. add JavaScript to a page and connect through WebSocket.mp4 | 60.2 MB | ||
| 1. bye.mp4 | 2.2 MB | ||
| 1. create Django's project and application.mp4 | 75 MB | ||
| 1. create a new message and send it to the consumer and show it on the page.mp4 | 82.5 MB | ||
| 1. get the user object.mp4 | 56 MB | ||
| 1. how does layer work .mp4 | 76 MB | ||
| 1. install python.mp4 | 14 MB | ||
| 1. routing.mp4 | 22.7 MB | ||
| 1. what is Asynchronous and synchronous .mp4 | 16.3 MB | ||
| 1. what is channels .mp4 | 11 MB | ||
| 1. what is the idea of creating a chat application .mp4 | 12.7 MB | ||
| 1. what is the middleware .mp4 | 4.4 MB | ||
| 10. save the received and sent messages in the model (database).mp4 | 53.8 MB | ||
| 11. how to send a message to another person and show it on the two pages.mp4 | 101.3 MB | ||
| 12. create a model (database) to save channel's name of each user.mp4 | 100.5 MB | ||
| 13. send the messages between the users.mp4 | 109.9 MB | ||
| 14. show the old messages on the page of the users.mp4 | 132.8 MB | ||
| 15. how to order the messages by the date and the time.mp4 | 32.8 MB | ||
| 16. test the chatting area and chat many users at the same time.mp4 | 32.7 MB | ||
| 17. make the messages seen when the other person is inside the chat.mp4 | 131.8 MB | ||
| 18. how to change the messages to be seen all of the time.mp4 | 53.9 MB | ||
| 19. make the messages seen when the other person enters the chat from views.mp4 | 60 MB | ||
| 2. add the pages and URLs of the project.mp4 | 107.3 MB | ||
| 2. complete register page to add new users.mp4 | 198 MB | ||
| 2. consumers.mp4 | 31.6 MB | ||
| 2. get the session.mp4 | 71.5 MB | ||
| 2. how can i use a middleware .mp4 | 99.6 MB | ||
| 2. how to create a group of channels .mp4 | 95.2 MB | ||
| 2. install visual studio code (the editor).mp4 | 10.4 MB | ||
| 2. receive an event.mp4 | 55.1 MB | ||
| 2. send an event to the consumer.mp4 | 59.9 MB | ||
| 2. what is layers of channels .mp4 | 13.6 MB | ||
| 20. the last touch.mp4 | 9.5 MB | ||
| 3. What is the receiver function .mp4 | 13.4 MB | ||
| 3. complete login page.mp4 | 66.2 MB | ||
| 3. disconnect the connection.mp4 | 69.3 MB | ||
| 3. install extensions for visual studio code.mp4 | 20.7 MB | ||
| 3. receive an event from the consumer.mp4 | 35.7 MB | ||
| 3. utilize ASGI interface.mp4 | 39.3 MB | ||
| 3. what is scope .mp4 | 7.5 MB | ||
| 3. what is url route.mp4 | 86.7 MB | ||
| 4. Virtual Environments.mp4 | 52.9 MB | ||
| 4. complete logout operation.mp4 | 12.1 MB | ||
| 4. how to use send method to send an event to an individual channel .mp4 | 87.9 MB | ||
| 4. send method.mp4 | 71.2 MB | ||
| 4. settings.mp4 | 40 MB | ||
| 4. what is daphne .mp4 | 6 MB | ||
| 5. Channels structure.mp4 | 7 MB | ||
| 5. how to send to a group of channels .mp4 | 49.4 MB | ||
| 5. install python's libraries.mp4 | 22 MB | ||
| 5. let the user register or login to be able to enter home page.mp4 | 26.8 MB | ||
| 5. using scope.mp4 | 69.1 MB | ||
| 6. how to reach the layers from the views .mp4 | 70.5 MB | ||
| 6. show the users on home page.mp4 | 43.6 MB | ||
| 7. how can i know the user that i am chatting from views side.mp4 | 96.5 MB | ||
| 8. create a model (database) to save messages between users.mp4 | 77 MB | ||
| 9. how can i know the user that i am chatting from consumers side.mp4 | 115.1 MB | ||
| Bonus Resources.txt | 409.6 B | ||
| Get Bonus Downloads Here.url | 204.8 B | ||
| chat.png | 24.5 KB | ||
| chat_person.html | 7.6 KB | ||
| face.png | 17.7 KB | ||
| home.html | 2.4 KB | ||
| login.html | 2.2 KB | ||
| main.html | 1.9 KB | ||
| register.html | 2.5 KB | ||
| ▲ 68 total files | |||
Django's Channels | Create your own web chat application
https://FreeCourseWeb.com
Published 2/2024
Created by Mohammed Almalki
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 59 Lectures ( 6h 49m ) | Size: 3.2 GB
Explain channels of Django, how does it work and how can i use it
What you'll learn:
how does django's channels works
how to use the layers of django's channels (development and production)
what is WebSocket
How to create WebSocket code to communicate with your chat
how to create a chat application , that you can use it to send a message individually to one user or as broadcast to a group
how to use WebSocket in JavaScript and connect it with django's channels
how to use the layers of channels to save the connections in production
Requirements:
Django basics
small knowledge about JavaScript : how to work with loops and conditions
small knowledge about HTML and CSS to create the pages of the chat
All Comments