17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Django's Channels Create Your Own Web Chat Application
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
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
If You Need More Stuff, kindly Visit and Support Us -->> https://DevCourseWeb.com
Get More Tutorials and Support Us -->> https://CourseWikia.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. preparing the environment/1. install python.mp4
14 MB
~Get Your Files Here !/1. preparing the environment/2. install visual studio code (the editor).mp4
10.4 MB
~Get Your Files Here !/1. preparing the environment/3. install extensions for visual studio code.mp4
20.7 MB
~Get Your Files Here !/1. preparing the environment/4. Virtual Environments.mp4
52.9 MB
~Get Your Files Here !/1. preparing the environment/5. install python's libraries.mp4
22 MB
~Get Your Files Here !/10. channels' Middleware/1. what is the middleware .mp4
4.4 MB
~Get Your Files Here !/10. channels' Middleware/2. how can i use a middleware .mp4
99.6 MB
~Get Your Files Here !/11. the scope/1. get the user object.mp4
56 MB
~Get Your Files Here !/11. the scope/2. get the session.mp4
71.5 MB
~Get Your Files Here !/11. the scope/3. what is url route.mp4
86.7 MB
~Get Your Files Here !/12. Channels' Layers/1. how does layer work .mp4
76 MB
~Get Your Files Here !/12. Channels' Layers/2. how to create a group of channels .mp4
95.2 MB
~Get Your Files Here !/12. Channels' Layers/3. What is the receiver function .mp4
13.4 MB
~Get Your Files Here !/12. Channels' Layers/4. how to use send method to send an event to an individual channel .mp4
87.9 MB
~Get Your Files Here !/12. Channels' Layers/5. how to send to a group of channels .mp4
49.4 MB
~Get Your Files Here !/12. Channels' Layers/6. how to reach the layers from the views .mp4
70.5 MB
~Get Your Files Here !/13. complete the project/1. create a new message and send it to the consumer and show it on the page.mp4
82.5 MB
~Get Your Files Here !/13. complete the project/10. save the received and sent messages in the model (database).mp4
53.8 MB
~Get Your Files Here !/13. complete the project/11. how to send a message to another person and show it on the two pages.mp4
101.3 MB
~Get Your Files Here !/13. complete the project/12. create a model (database) to save channel's name of each user.mp4
100.5 MB
~Get Your Files Here !/13. complete the project/13. send the messages between the users.mp4
109.9 MB
~Get Your Files Here !/13. complete the project/14. show the old messages on the page of the users.mp4
132.8 MB
~Get Your Files Here !/13. complete the project/15. how to order the messages by the date and the time.mp4
32.8 MB
~Get Your Files Here !/13. complete the project/16. test the chatting area and chat many users at the same time.mp4
32.7 MB
~Get Your Files Here !/13. complete the project/17. make the messages seen when the other person is inside the chat.mp4
131.8 MB
~Get Your Files Here !/13. complete the project/18. how to change the messages to be seen all of the time.mp4
53.9 MB
~Get Your Files Here !/13. complete the project/19. make the messages seen when the other person enters the chat from views.mp4
60 MB
~Get Your Files Here !/13. complete the project/2. complete register page to add new users.mp4
198 MB
~Get Your Files Here !/13. complete the project/20. the last touch.mp4
9.5 MB
~Get Your Files Here !/13. complete the project/3. complete login page.mp4
66.2 MB
~Get Your Files Here !/13. complete the project/4. complete logout operation.mp4
12.1 MB
~Get Your Files Here !/13. complete the project/5. let the user register or login to be able to enter home page.mp4
26.8 MB
~Get Your Files Here !/13. complete the project/6. show the users on home page.mp4
43.6 MB
~Get Your Files Here !/13. complete the project/7. how can i know the user that i am chatting from views side.mp4
96.5 MB
~Get Your Files Here !/13. complete the project/8. create a model (database) to save messages between users.mp4
77 MB
~Get Your Files Here !/13. complete the project/9. how can i know the user that i am chatting from consumers side.mp4
115.1 MB
~Get Your Files Here !/14. the last thing/1. bye.mp4
2.2 MB
~Get Your Files Here !/2. creating the project/1. create Django's project and application.mp4
75 MB
~Get Your Files Here !/2. creating the project/2. add the pages and URLs of the project.mp4
107.3 MB
~Get Your Files Here !/2. creating the project/Pages/chat.png
24.5 KB
~Get Your Files Here !/2. creating the project/Pages/chat_person.html
7.6 KB
~Get Your Files Here !/2. creating the project/Pages/face.png
17.7 KB
~Get Your Files Here !/2. creating the project/Pages/home.html
2.4 KB
~Get Your Files Here !/2. creating the project/Pages/login.html
2.2 KB
~Get Your Files Here !/2. creating the project/Pages/main.html
1.9 KB
~Get Your Files Here !/2. creating the project/Pages/register.html
2.5 KB
~Get Your Files Here !/3. Introduction to our plan/1. what is the idea of creating a chat application .mp4
12.7 MB
~Get Your Files Here !/4. Introduction to Asynchronous and Synchronous/1. what is Asynchronous and synchronous .mp4
16.3 MB
~Get Your Files Here !/5. Introduction to ASGI/1. Django's interfaces.mp4
22.6 MB
~Get Your Files Here !/6. Introduction to channels/1. what is channels .mp4
11 MB
~Get Your Files Here !/6. Introduction to channels/2. what is layers of channels .mp4
13.6 MB
~Get Your Files Here !/6. Introduction to channels/3. what is scope .mp4
7.5 MB
~Get Your Files Here !/6. Introduction to channels/4. what is daphne .mp4
6 MB
~Get Your Files Here !/6. Introduction to channels/5. Channels structure.mp4
7 MB
~Get Your Files Here !/7. add channels in our project/1. routing.mp4
22.7 MB
~Get Your Files Here !/7. add channels in our project/2. consumers.mp4
31.6 MB
~Get Your Files Here !/7. add channels in our project/3. utilize ASGI interface.mp4
39.3 MB
~Get Your Files Here !/7. add channels in our project/4. settings.mp4
40 MB
~Get Your Files Here !/8. Client side/1. add JavaScript to a page and connect through WebSocket.mp4
60.2 MB
~Get Your Files Here !/8. Client side/2. send an event to the consumer.mp4
59.9 MB
~Get Your Files Here !/8. Client side/3. receive an event from the consumer.mp4
35.7 MB
~Get Your Files Here !/9. consumers/1. accept a connection.mp4
73.8 MB
~Get Your Files Here !/9. consumers/2. receive an event.mp4
55.1 MB
~Get Your Files Here !/9. consumers/3. disconnect the connection.mp4
69.3 MB
~Get Your Files Here !/9. consumers/4. send method.mp4
71.2 MB
~Get Your Files Here !/9. consumers/5. using scope.mp4