Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Discord Clone - Learn MERN Stack with WebRTC and SocketIO, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:59
    Application Presentation
  2. Урок 2. 00:05:21
    Technology Stack Introduction
  3. Урок 3. 00:01:33
    Introduction
  4. Урок 4. 00:01:50
    Node.js installation
  5. Урок 5. 00:03:21
    Creating project structure and initializing a Project
  6. Урок 6. 00:06:18
    Installing necessary packages with NPM
  7. Урок 7. 00:06:25
    Creating Express Server
  8. Урок 8. 00:02:05
    Nodemon - adding script to automatically restart server after changes
  9. Урок 9. 00:02:49
    Creating MongoDB Database in Cloud
  10. Урок 10. 00:06:42
    Preparing for connection with database
  11. Урок 11. 00:04:13
    Connecting with database from our server and testing connection
  12. Урок 12. 00:08:24
    Creating folder structure and authentication routes
  13. Урок 13. 00:01:29
    Testing routes with Postman
  14. Урок 14. 00:05:49
    Moving handlers to controllers folder
  15. Урок 15. 00:05:33
    Adding request validation with Joi
  16. Урок 16. 00:04:20
    Testing Route validations with Postman
  17. Урок 17. 00:02:26
    More about Joi
  18. Урок 18. 00:02:54
    Creating User Model
  19. Урок 19. 00:10:30
    Creating Register functionality
  20. Урок 20. 00:03:02
    Testing Registration Route
  21. Урок 21. 00:06:20
    Creating Login functionality
  22. Урок 22. 00:04:03
    Testing login functionality
  23. Урок 23. 00:05:44
    Creating JWT Token
  24. Урок 24. 00:02:37
    Testing if token is being returned by server
  25. Урок 25. 00:08:38
    Creating middleware to check if token is valid and not expired
  26. Урок 26. 00:07:25
    Trying to access protected route
  27. Урок 27. 00:03:20
    Module introduction
  28. Урок 28. 00:03:53
    Initializing React Application with Redux
  29. Урок 29. 00:04:53
    Installing necessary dependencies
  30. Урок 30. 00:03:28
    Starting React App and removing unnecessary files
  31. Урок 31. 00:09:24
    Configuring Redux Store
  32. Урок 32. 00:07:29
    Adding Routing to App
  33. Урок 33. 00:11:34
    Creating Authentication Box Component with MaterialUI
  34. Урок 34. 00:06:10
    More about MaterialUi and Creating Login Page Header
  35. Урок 35. 00:12:50
    Creating custom input component
  36. Урок 36. 00:08:48
    Creating Custom Button
  37. Урок 37. 00:08:05
    Creating Redirect Component
  38. Урок 38. 00:03:42
    Creating Tooltip Message On Mouse Over
  39. Урок 39. 00:11:44
    Creating Custom Validator
  40. Урок 40. 00:18:50
    Creating Register Page
  41. Урок 41. 00:04:19
    Preparing for connection with our server (API)
  42. Урок 42. 00:10:29
    Preparing Authentication Actions
  43. Урок 43. 00:06:09
    Dispatch Actions from React Components
  44. Урок 44. 00:09:49
    Testing Login Actions and Registration Actions and explaining redux flow
  45. Урок 45. 00:06:03
    Creating Custom Alert
  46. Урок 46. 00:08:16
    Preparing Store for Alert Messages
  47. Урок 47. 00:08:02
    Displaying Server Messages
  48. Урок 48. 00:09:13
    Adding JWT token to Requests
  49. Урок 49. 00:01:25
    Quick Fix for Axios Headers
  50. Урок 50. 00:02:15
    Module introduction - Dashboard UI
  51. Урок 51. 00:11:24
    Creating Dashboard Structure
  52. Урок 52. 00:06:48
    Creating Main Page Button
  53. Урок 53. 00:04:34
    Add Friend Button
  54. Урок 54. 00:07:23
    Sidebar
  55. Урок 55. 00:16:27
    Material UI - Add Friend Dialog
  56. Урок 56. 00:02:27
    Dialog Buttons
  57. Урок 57. 00:12:46
    Preparing Friends List
  58. Урок 58. 00:04:14
    Online Indicator
  59. Урок 59. 00:11:07
    Creating Dummy Invitations List
  60. Урок 60. 00:06:54
    Invitations List - Decision Buttons
  61. Урок 61. 00:06:32
    Dropdown Menu with logout functionality
  62. Урок 62. 00:07:10
    Checking if token exists on Dashboard Page
  63. Урок 63. 00:01:23
    Module Introduction
  64. Урок 64. 00:06:17
    Connecting SocketIO to our Server
  65. Урок 65. 00:06:54
    Connecting to SocketIO Server From Client Side
  66. Урок 66. 00:03:04
    Adding JWT Token to Event Emitted To Server
  67. Урок 67. 00:06:58
    Validating JWT Tokens at Server Side
  68. Урок 68. 00:09:11
    Server Store - Saving Information About Connected Users
  69. Урок 69. 00:01:51
    Testing Server Store
  70. Урок 70. 00:07:19
    Creating Disconnect Handler
  71. Урок 71. 00:06:31
    Redux - Preparing Actions And Reducers for Friends Logic
  72. Урок 72. 00:06:58
    Preparing Action To Send Friend Invitation
  73. Урок 73. 00:05:06
    Connecting Send Friend Invitation Action To Dialog
  74. Урок 74. 00:13:20
    Creating Server Routes - Friends Invitations
  75. Урок 75. 00:03:16
    Creating Friend Invitation Model
  76. Урок 76. 00:05:50
    Custom Friend Invitation Validation
  77. Урок 77. 00:01:14
    Testing Friends Invitations Custom Validations
  78. Урок 78. 00:08:41
    More Custom Validation Related With Friend Invitations
  79. Урок 79. 00:04:08
    Saving Friend Invitation In Database
  80. Урок 80. 00:03:35
    Testing Friend Invitations
  81. Урок 81. 00:04:34
    Preparing SocketIO Client Event Listeners for Realtime Friends Invitations
  82. Урок 82. 00:08:14
    Preparing at Server Pending Friend Invitations
  83. Урок 83. 00:14:13
    Emitting Events to Clients of Specific ID
  84. Урок 84. 00:05:16
    Testing Real Updates of Friends Invitations
  85. Урок 85. 00:04:39
    Fixing Bugs and Retesting
  86. Урок 86. 00:04:12
    Rendering Real Pending Invitations List
  87. Урок 87. 00:03:00
    Fixing Bug With Pending Invitations Rendering
  88. Урок 88. 00:02:50
    Initial Update Of Pending Invitations
  89. Урок 89. 00:03:44
    Testing Initial Invitations
  90. Урок 90. 00:09:25
    Preparing Client Side To Accept Or Reject Friend Invitation
  91. Урок 91. 00:09:14
    Preparing Decision Controllers
  92. Урок 92. 00:05:56
    Creating Logic Of Rejecting Invitation
  93. Урок 93. 00:01:24
    Testing Rejection Of Friend Invitation
  94. Урок 94. 00:10:50
    Accepting Friend Invitation Logic
  95. Урок 95. 00:03:40
    Testing Friend Invitation Acceptation
  96. Урок 96. 00:06:00
    Preapring Client Side For Friends Updates
  97. Урок 97. 00:09:30
    Creating Server Logic For Real Friends Updates
  98. Урок 98. 00:03:48
    Testing Friends Updates
  99. Урок 99. 00:08:25
    Connecting Online User Indicator
  100. Урок 100. 00:08:19
    Online Indicator at React Side
  101. Урок 101. 00:03:49
    Module Introduction
  102. Урок 102. 00:07:31
    Preparing Redux Store For Chat Functionality
  103. Урок 103. 00:06:36
    Choosing Active Conversation
  104. Урок 104. 00:06:27
    Creating Chat Label
  105. Урок 105. 00:05:45
    Creating Messenger UI
  106. Урок 106. 00:04:49
    Creating Messages Container
  107. Урок 107. 00:09:40
    Creating Message Header
  108. Урок 108. 00:15:19
    Rendering Single Messages
  109. Урок 109. 00:10:10
    Creating New Message Input
  110. Урок 110. 00:00:44
    Fixing Input Width
  111. Урок 111. 00:06:04
    Emitting Event With Direct Message
  112. Урок 112. 00:17:19
    Creating Handler For Direct Message Event
  113. Урок 113. 00:04:21
    Testing Direct Message Handler
  114. Урок 114. 00:12:37
    Preparing Realtime Chat Updates
  115. Урок 115. 00:04:55
    Adding Initial Chat Update
  116. Урок 116. 00:11:50
    Testing Real Chat Updates
  117. Урок 117. 00:10:35
    Updating Store Messages
  118. Урок 118. 00:05:08
    Fixing Bug With Messages Store State
  119. Урок 119. 00:08:33
    Rendering Real Messages
  120. Урок 120. 00:06:01
    Debugging Author Username
  121. Урок 121. 00:03:10
    Fixing Bug With Update Of First Message
  122. Урок 122. 00:06:34
    Creating Date Separator
  123. Урок 123. 00:01:39
    What is WebRTC ?
  124. Урок 124. 00:01:17
    How WebRTC is working ?
  125. Урок 125. 00:01:11
    What is STUN Server ?
  126. Урок 126. 00:02:07
    What is TURN Server ?
  127. Урок 127. 00:01:37
    What is SDP ?
  128. Урок 128. 00:01:44
    What are ICE Candidates ?
  129. Урок 129. 00:03:12
    How to establish connection between Peers ?
  130. Урок 130. 00:06:42
    Module Introduction
  131. Урок 131. 00:06:56
    Preparing Store State
  132. Урок 132. 00:03:26
    Creating Room Button
  133. Урок 133. 00:10:16
    Changing State if User is in Room
  134. Урок 134. 00:07:54
    Creating Main Room Component
  135. Урок 135. 00:06:51
    Adding Resize Functionality To Room
  136. Урок 136. 00:05:40
    Creating Structure of Room Dialog
  137. Урок 137. 00:15:04
    Creating Room Buttons
  138. Урок 138. 00:17:15
    Creating Room at Server Side
  139. Урок 139. 00:06:38
    Testing Room Create Events
  140. Урок 140. 00:11:50
    Broadcasting Active Rooms To All Online Users
  141. Урок 141. 00:06:23
    Saving Active Rooms in Store
  142. Урок 142. 00:02:26
    Fixing Bug With Setting Active Rooms
  143. Урок 143. 00:13:51
    Rendering Active Rooms
  144. Урок 144. 00:12:49
    Joining Active Room at Server Side
  145. Урок 145. 00:06:17
    Testing Joining Room Functionality
  146. Урок 146. 00:03:30
    Fixing Bugs and Retesting
  147. Урок 147. 00:14:22
    Creating Leave Room Functionality
  148. Урок 148. 00:02:48
    Testing Leave Room Functionality
  149. Урок 149. 00:06:12
    Handling Leaving Room at Disconnect Event
  150. Урок 150. 00:04:14
    Initial Update of Active Rooms
  151. Урок 151. 00:15:05
    Getting Local Stream Preview
  152. Урок 152. 00:09:07
    Creating Local Video Preview
  153. Урок 153. 00:02:54
    Getting Local Preview When Joining Room
  154. Урок 154. 00:10:11
    Adding Only Audio Functionality
  155. Урок 155. 00:01:48
    Fixing Bug With Audio Only
  156. Урок 156. 00:03:50
    Stopping All Tracks When Leaving a Room
  157. Урок 157. 00:04:44
    Mesh Architecture Theory
  158. Урок 158. 00:03:13
    Installing Simple Peer package
  159. Урок 159. 00:06:46
    Events Related With Connection
  160. Урок 160. 00:06:33
    Preparing for Incoming WebRTC Connection
  161. Урок 161. 00:14:54
    Preparing Peer Connection Object
  162. Урок 162. 00:06:48
    Emitting Event to Initialize Connection
  163. Урок 163. 00:02:19
    Testing Creating Peer Connection Objects
  164. Урок 164. 00:09:30
    Exchanging Signaling Data
  165. Урок 165. 00:02:51
    Testing Signaling Data Exchange
  166. Урок 166. 00:03:29
    Fixing Simple Bug And Testing RTC Connection
  167. Урок 167. 00:08:31
    Rendering Remote Streams
  168. Урок 168. 00:20:11
    Closing RTC Connection and Removing Remote Streams
  169. Урок 169. 00:03:24
    Fixing Bug When Last User Will Leave Room
  170. Урок 170. 00:05:12
    Connecting Logic To Video Button
  171. Урок 171. 00:02:38
    Connecting Logic To Mute Button
  172. Урок 172. 00:11:39
    Preparing Logic For Screen Sharing
  173. Урок 173. 00:07:11
    Switching Outgoing Video Tracks in Active Peer Connections
  174. Урок 174. 00:03:55
    Fixing Switching Off Screen Sharing
  175. Урок 175. 00:02:14
    Showing Preview of Screen Sharing
  176. Урок 176. 00:02:40
    Stopping All Tracks when User is Leaving Room
  177. Урок 177. 00:08:33
    Hidding Buttons Depends if Audio Only is Enabled
  178. Урок 178. 00:07:36
    Giving Room Owner Possibility to Re-join Room which he created