An open API service indexing awesome lists of open source software.

https://github.com/ttys026/ratchet-practice

A simple practice of multi-clients management in ratchet websocket server
https://github.com/ttys026/ratchet-practice

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# ratchet-practice
A simple practice of multi-clients management in ratchet websocket server
- [x] Passing customized userId to server via URL
- [x] Send to spcific user by userId
- [x] Limit one connection per user
- [x] Kick out notification

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

See example/Myapp/Chat.php for implementation