Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 348 Bytes

File metadata and controls

10 lines (8 loc) · 348 Bytes

ratchet-practice

A simple practice of multi-clients management in ratchet websocket server

  • Passing customized userId to server via URL
  • Send to spcific user by userId
  • Limit one connection per user
  • Kick out notification

Original Project: https://github.com/ratchetphp/Ratchet

See example/Myapp/Chat.php for implementation