本站已收录 番号和无损神作磁力链接/BT种子 

[ FreeCourseWeb.com ] Django's Channels Create your own web chat application

种子简介

种子名称: [ FreeCourseWeb.com ] Django's Channels Create your own web chat application
文件类型: 视频
文件数目: 59个文件
文件大小: 3.2 GB
收录时间: 2025-6-8 13:04
已经下载: 3
资源热度: 11
最近下载: 2025-6-10 08:38

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:44579da789cea295f2969674cb487c2bd81f7631&dn=[ FreeCourseWeb.com ] Django's Channels Create your own web chat application 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[ FreeCourseWeb.com ] Django's Channels Create your own web chat application.torrent
  • ~Get Your Files Here !/1. preparing the environment/1. install python.mp413.97MB
  • ~Get Your Files Here !/1. preparing the environment/2. install visual studio code (the editor).mp410.35MB
  • ~Get Your Files Here !/1. preparing the environment/3. install extensions for visual studio code.mp420.65MB
  • ~Get Your Files Here !/1. preparing the environment/4. Virtual Environments.mp452.89MB
  • ~Get Your Files Here !/1. preparing the environment/5. install python's libraries.mp422.04MB
  • ~Get Your Files Here !/10. channels' Middleware/1. what is the middleware .mp44.45MB
  • ~Get Your Files Here !/10. channels' Middleware/2. how can i use a middleware .mp499.61MB
  • ~Get Your Files Here !/11. the scope/1. get the user object.mp456.02MB
  • ~Get Your Files Here !/11. the scope/2. get the session.mp471.5MB
  • ~Get Your Files Here !/11. the scope/3. what is url route.mp486.66MB
  • ~Get Your Files Here !/12. Channels' Layers/1. how does layer work .mp475.98MB
  • ~Get Your Files Here !/12. Channels' Layers/2. how to create a group of channels .mp495.24MB
  • ~Get Your Files Here !/12. Channels' Layers/3. What is the receiver function .mp413.44MB
  • ~Get Your Files Here !/12. Channels' Layers/4. how to use send method to send an event to an individual channel .mp487.9MB
  • ~Get Your Files Here !/12. Channels' Layers/5. how to send to a group of channels .mp449.38MB
  • ~Get Your Files Here !/12. Channels' Layers/6. how to reach the layers from the views .mp470.49MB
  • ~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.mp482.51MB
  • ~Get Your Files Here !/13. complete the project/10. save the received and sent messages in the model (database).mp453.75MB
  • ~Get Your Files Here !/13. complete the project/11. how to send a message to another person and show it on the two pages.mp4101.33MB
  • ~Get Your Files Here !/13. complete the project/12. create a model (database) to save channel's name of each user.mp4100.45MB
  • ~Get Your Files Here !/13. complete the project/13. send the messages between the users.mp4109.87MB
  • ~Get Your Files Here !/13. complete the project/14. show the old messages on the page of the users.mp4132.82MB
  • ~Get Your Files Here !/13. complete the project/15. how to order the messages by the date and the time.mp432.78MB
  • ~Get Your Files Here !/13. complete the project/16. test the chatting area and chat many users at the same time.mp432.66MB
  • ~Get Your Files Here !/13. complete the project/17. make the messages seen when the other person is inside the chat.mp4131.78MB
  • ~Get Your Files Here !/13. complete the project/18. how to change the messages to be seen all of the time.mp453.94MB
  • ~Get Your Files Here !/13. complete the project/19. make the messages seen when the other person enters the chat from views.mp460.05MB
  • ~Get Your Files Here !/13. complete the project/2. complete register page to add new users.mp4198.03MB
  • ~Get Your Files Here !/13. complete the project/20. the last touch.mp49.52MB
  • ~Get Your Files Here !/13. complete the project/3. complete login page.mp466.21MB
  • ~Get Your Files Here !/13. complete the project/4. complete logout operation.mp412.1MB
  • ~Get Your Files Here !/13. complete the project/5. let the user register or login to be able to enter home page.mp426.8MB
  • ~Get Your Files Here !/13. complete the project/6. show the users on home page.mp443.57MB
  • ~Get Your Files Here !/13. complete the project/7. how can i know the user that i am chatting from views side.mp496.45MB
  • ~Get Your Files Here !/13. complete the project/8. create a model (database) to save messages between users.mp477.03MB
  • ~Get Your Files Here !/13. complete the project/9. how can i know the user that i am chatting from consumers side.mp4115.06MB
  • ~Get Your Files Here !/14. the last thing/1. bye.mp42.22MB
  • ~Get Your Files Here !/2. creating the project/1. create Django's project and application.mp474.97MB
  • ~Get Your Files Here !/2. creating the project/2. add the pages and URLs of the project.mp4107.34MB
  • ~Get Your Files Here !/3. Introduction to our plan/1. what is the idea of creating a chat application .mp412.67MB
  • ~Get Your Files Here !/4. Introduction to Asynchronous and Synchronous/1. what is Asynchronous and synchronous .mp416.3MB
  • ~Get Your Files Here !/5. Introduction to ASGI/1. Django's interfaces.mp422.64MB
  • ~Get Your Files Here !/6. Introduction to channels/1. what is channels .mp411.01MB
  • ~Get Your Files Here !/6. Introduction to channels/2. what is layers of channels .mp413.62MB
  • ~Get Your Files Here !/6. Introduction to channels/3. what is scope .mp47.54MB
  • ~Get Your Files Here !/6. Introduction to channels/4. what is daphne .mp46.04MB
  • ~Get Your Files Here !/6. Introduction to channels/5. Channels structure.mp47.03MB
  • ~Get Your Files Here !/7. add channels in our project/1. routing.mp422.67MB
  • ~Get Your Files Here !/7. add channels in our project/2. consumers.mp431.62MB
  • ~Get Your Files Here !/7. add channels in our project/3. utilize ASGI interface.mp439.29MB
  • ~Get Your Files Here !/7. add channels in our project/4. settings.mp439.99MB
  • ~Get Your Files Here !/8. Client side/1. add JavaScript to a page and connect through WebSocket.mp460.23MB
  • ~Get Your Files Here !/8. Client side/2. send an event to the consumer.mp459.88MB
  • ~Get Your Files Here !/8. Client side/3. receive an event from the consumer.mp435.67MB
  • ~Get Your Files Here !/9. consumers/1. accept a connection.mp473.78MB
  • ~Get Your Files Here !/9. consumers/2. receive an event.mp455.08MB
  • ~Get Your Files Here !/9. consumers/3. disconnect the connection.mp469.32MB
  • ~Get Your Files Here !/9. consumers/4. send method.mp471.21MB
  • ~Get Your Files Here !/9. consumers/5. using scope.mp469.11MB