Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
A simple practice of multi-clients management in ratchet websocket server
- Host: GitHub
- URL: https://github.com/ttys026/ratchet-practice
- Owner: ttys026
- License: mit
- Created: 2018-04-07T16:10:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T01:44:52.000Z (over 6 years ago)
- Last Synced: 2025-01-20T13:08:45.781Z (13 days ago)
- Language: PHP
- Size: 699 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 notificationOriginal Project: https://github.com/ratchetphp/Ratchet
See example/Myapp/Chat.php for implementation