Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Real-time Chat Messenger, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:19:50
    Course Demo
  2. Урок 2. 00:28:55
    Project Setup
  3. Урок 3. 00:23:42
    Templates Setup
  4. Урок 4. 00:21:42
    Bootstrap and Static Files Setup
  5. Урок 5. 00:41:21
    Header and Footer Bootstrap Style Guide
  6. Урок 6. 00:39:21
    Custom User Model
  7. Урок 7. 00:25:51
    Register New Users
  8. Урок 8. 00:19:01
    Login and Logout
  9. Урок 9. 00:14:57
    Password Reset and Password Change
  10. Урок 10. 00:23:20
    User Account Screen
  11. Урок 11. 00:19:05
    User Search
  12. Урок 12. 00:20:40
    Editing User Account Properties
  13. Урок 13. 00:36:13
    Uploading an Image
  14. Урок 14. 00:49:51
    Cropping an Image with Javascript and Python
  15. Урок 15. 00:25:19
    Friend System
  16. Урок 16. 00:27:47
    Account Screen with Friend System
  17. Урок 17. 00:21:27
    Sending a Friend Request
  18. Урок 18. 00:10:28
    Querying Friend Requests
  19. Урок 19. 00:14:22
    Accepting a Friend Request
  20. Урок 20. 00:10:12
    Removing a Friend
  21. Урок 21. 00:13:17
    Decline a Friend Request
  22. Урок 22. 00:12:01
    Cancel a Friend Request
  23. Урок 23. 00:19:14
    Querying Friends
  24. Урок 24. 00:28:12
    Public Chat App
  25. Урок 25. 00:18:14
    Installing Django Channels 2
  26. Урок 26. 00:30:47
    Public Chat Consumer
  27. Урок 27. 00:32:54
    Sending a Payload to the Consumer
  28. Урок 28. 00:10:02
    Formatting Chat Messages
  29. Урок 29. 00:08:41
    Handling Consumer Errors
  30. Урок 30. 00:13:51
    Django Humanize for Timestamp Formatting
  31. Урок 31. 00:35:52
    Channel Layers for Broadcasting Messages
  32. Урок 32. 00:03:14
    Saving Chat Messages to the Database
  33. Урок 33. 00:26:36
    Querying Chatroom Messages
  34. Урок 34. 00:05:26
    insertBefore and appendChild
  35. Урок 35. 00:09:15
    Progress Indicator for Pagination
  36. Урок 36. 00:15:31
    Display Connected Users
  37. Урок 37. 00:10:21
    Public Chat Cleanup
  38. Урок 38. 00:10:39
    Asynchronously Loading Images with Javascript
  39. Урок 39. 00:13:59
    Security Risk and Markdown
  40. Урок 40. 00:11:57
    Private Chat App
  41. Урок 41. 00:11:25
    Private Chatroom View
  42. Урок 42. 00:06:10
    Creating Private Chatrooms
  43. Урок 43. 00:04:38
    Post Save Receivers
  44. Урок 44. 00:14:27
    Display Friends in Room
  45. Урок 45. 00:05:26
    Private Chat Consumer
  46. Урок 46. 00:06:08
    Private Chat WebSocket
  47. Урок 47. 00:14:52
    Dynamically Connected a WebSocket
  48. Урок 48. 00:19:06
    Get User Info Dynamically
  49. Урок 49. 00:05:51
    Error Handling in Private Chat
  50. Урок 50. 00:16:16
    Sending Private Chat Messages (1/2)
  51. Урок 51. 00:15:24
    Sending Private Chat Messages (2/2)
  52. Урок 52. 00:10:59
    Joining and Leaving a Chatroom
  53. Урок 53. 00:11:15
    Querying Private Chatroom Messages
  54. Урок 54. 00:09:58
    Private Chat Messages Payload to UI
  55. Урок 55. 00:04:24
    Private Chat Pagination
  56. Урок 56. 00:05:19
    Loading Spinner Private Chat
  57. Урок 57. 00:06:02
    Highlighting the Selected Chatroom
  58. Урок 58. 00:12:16
    Starting a Private Chat
  59. Урок 59. 00:19:55
    Django Generic Relations (Notification Model)
  60. Урок 60. 00:02:14
    Notification Admin
  61. Урок 61. 00:19:56
    Notifications for Friend Actions
  62. Урок 62. 00:06:36
    Notification Consumer
  63. Урок 63. 00:10:18
    "General" Notification Payloads
  64. Урок 64. 00:13:01
    Fetch FriendRequest & FriendList Notifications
  65. Урок 65. 00:42:07
    Display FriendRequest & FriendList Notifications
  66. Урок 66. 00:12:56
    Accepting a Friend Request from Notification
  67. Урок 67. 00:02:54
    Declining a Friend Request from Notification
  68. Урок 68. 00:09:50
    Pagination for General Notifications
  69. Урок 69. 00:36:22
    Updating Notifications in Real-time
  70. Урок 70. 00:18:24
    New General Notifications in Real-time
  71. Урок 71. 00:16:23
    Unread Notifications Count
  72. Урок 72. 00:22:06
    Private Chat Notification System
  73. Урок 73. 00:16:15
    Tracking if Users are Connected to a Chat
  74. Урок 74. 00:09:27
    Fetching Chatroom Message Notifications
  75. Урок 75. 00:23:33
    Handling Chatroom Notification Payloads
  76. Урок 76. 00:32:12
    Fetching New Chat Notifications in Real-time
  77. Урок 77. 00:09:42
    Pagination for Chat Notifications
  78. Урок 78. 00:13:44
    Displaying Count for Chat Notifications
  79. Урок 79. 01:58:16
    Push to Production