zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[ FreeCourseWeb.com ] Django's Channels Create your own web chat application
magnet:?xt=urn:btih:44579da789cea295f2969674cb487c2bd81f7631&dn=[ FreeCourseWeb.com ] Django's Channels Create your own web chat application
磁力链接详情
Hash值:
44579da789cea295f2969674cb487c2bd81f7631
点击数:
2
文件大小:
3.2 GB
文件数量:
59
创建日期:
2025-6-8 13:04
最后访问:
2025-6-8 18:48
访问标签:
FreeCourseWeb
com
Django's
Channels
Create
your
own
web
chat
application
文件列表详情
~Get Your Files Here !/1. preparing the environment/1. install python.mp4 13.97 MB
~Get Your Files Here !/1. preparing the environment/2. install visual studio code (the editor).mp4 10.35 MB
~Get Your Files Here !/1. preparing the environment/3. install extensions for visual studio code.mp4 20.65 MB
~Get Your Files Here !/1. preparing the environment/4. Virtual Environments.mp4 52.89 MB
~Get Your Files Here !/1. preparing the environment/5. install python's libraries.mp4 22.04 MB
~Get Your Files Here !/10. channels' Middleware/1. what is the middleware .mp4 4.45 MB
~Get Your Files Here !/10. channels' Middleware/2. how can i use a middleware .mp4 99.61 MB
~Get Your Files Here !/11. the scope/1. get the user object.mp4 56.02 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.66 MB
~Get Your Files Here !/12. Channels' Layers/1. how does layer work .mp4 75.98 MB
~Get Your Files Here !/12. Channels' Layers/2. how to create a group of channels .mp4 95.24 MB
~Get Your Files Here !/12. Channels' Layers/3. What is the receiver function .mp4 13.44 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.38 MB
~Get Your Files Here !/12. Channels' Layers/6. how to reach the layers from the views .mp4 70.49 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.51 MB
~Get Your Files Here !/13. complete the project/10. save the received and sent messages in the model (database).mp4 53.75 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.33 MB
~Get Your Files Here !/13. complete the project/12. create a model (database) to save channel's name of each user.mp4 100.45 MB
~Get Your Files Here !/13. complete the project/13. send the messages between the users.mp4 109.87 MB
~Get Your Files Here !/13. complete the project/14. show the old messages on the page of the users.mp4 132.82 MB
~Get Your Files Here !/13. complete the project/15. how to order the messages by the date and the time.mp4 32.78 MB
~Get Your Files Here !/13. complete the project/16. test the chatting area and chat many users at the same time.mp4 32.66 MB
~Get Your Files Here !/13. complete the project/17. make the messages seen when the other person is inside the chat.mp4 131.78 MB
~Get Your Files Here !/13. complete the project/18. how to change the messages to be seen all of the time.mp4 53.94 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.05 MB
~Get Your Files Here !/13. complete the project/2. complete register page to add new users.mp4 198.03 MB
~Get Your Files Here !/13. complete the project/20. the last touch.mp4 9.52 MB
~Get Your Files Here !/13. complete the project/3. complete login page.mp4 66.21 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.57 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.45 MB
~Get Your Files Here !/13. complete the project/8. create a model (database) to save messages between users.mp4 77.03 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.06 MB
~Get Your Files Here !/14. the last thing/1. bye.mp4 2.22 MB
~Get Your Files Here !/2. creating the project/1. create Django's project and application.mp4 74.97 MB
~Get Your Files Here !/2. creating the project/2. add the pages and URLs of the project.mp4 107.34 MB
~Get Your Files Here !/3. Introduction to our plan/1. what is the idea of creating a chat application .mp4 12.67 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.64 MB
~Get Your Files Here !/6. Introduction to channels/1. what is channels .mp4 11.01 MB
~Get Your Files Here !/6. Introduction to channels/2. what is layers of channels .mp4 13.62 MB
~Get Your Files Here !/6. Introduction to channels/3. what is scope .mp4 7.54 MB
~Get Your Files Here !/6. Introduction to channels/4. what is daphne .mp4 6.04 MB
~Get Your Files Here !/6. Introduction to channels/5. Channels structure.mp4 7.03 MB
~Get Your Files Here !/7. add channels in our project/1. routing.mp4 22.67 MB
~Get Your Files Here !/7. add channels in our project/2. consumers.mp4 31.62 MB
~Get Your Files Here !/7. add channels in our project/3. utilize ASGI interface.mp4 39.29 MB
~Get Your Files Here !/7. add channels in our project/4. settings.mp4 39.99 MB
~Get Your Files Here !/8. Client side/1. add JavaScript to a page and connect through WebSocket.mp4 60.23 MB
~Get Your Files Here !/8. Client side/2. send an event to the consumer.mp4 59.88 MB
~Get Your Files Here !/8. Client side/3. receive an event from the consumer.mp4 35.67 MB
~Get Your Files Here !/9. consumers/1. accept a connection.mp4 73.78 MB
~Get Your Files Here !/9. consumers/2. receive an event.mp4 55.08 MB
~Get Your Files Here !/9. consumers/3. disconnect the connection.mp4 69.32 MB
~Get Your Files Here !/9. consumers/4. send method.mp4 71.21 MB
~Get Your Files Here !/9. consumers/5. using scope.mp4 69.11 MB
其他位置