Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build your own realtime PHP server, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:23
    Introduction
  • Урок 2. 00:13:49
    How it works
  • Урок 3. 00:18:26
    Basic push server
  • Урок 4. 00:10:09
    Creating the consumer app
  • Урок 5. 00:07:46
    API request to push
  • Урок 6. 00:12:31
    Protecting with credentials
  • Урок 7. 00:05:46
    Listening on unique app IDs
  • Урок 8. 00:06:32
    Creating the push wrapper
  • Урок 9. 00:06:41
    Client key authentication
  • Урок 10. 00:05:29
    Example models for private channels
  • Урок 11. 00:06:59
    Authenticating channels
  • Урок 12. 00:12:08
    Checking channel authentication
  • Урок 13. 00:04:08
    Channel authentication in action
  • Урок 14. 00:05:10
    Storing channel authentication
  • Урок 15. 00:10:53
    Connecting to a private channel
  • Урок 16. 00:15:18
    Controlling channel access
  • Урок 17. 00:04:47
    Some tidying
  • Урок 18. 00:01:27
    Private broadcast refactoring