https://github.com/hezhizheng/swoole-test-demo
swoole 的一些测试demo
https://github.com/hezhizheng/swoole-test-demo
php swoole
Last synced: 7 months ago
JSON representation
swoole 的一些测试demo
- Host: GitHub
- URL: https://github.com/hezhizheng/swoole-test-demo
- Owner: hezhizheng
- Created: 2019-10-03T19:00:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T19:01:22.000Z (about 6 years ago)
- Last Synced: 2025-02-01T18:25:55.998Z (9 months ago)
- Topics: php, swoole
- Language: PHP
- Homepage: https://hezhizheng.com/blog/using-swoole-websocket-to-achieve-real-time-statistics-of-the-number-of-pages-opened-on-the-current-website
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Swoole 测试demo
#### 统计网站当前打开的页面个数
```
// 根目录下运行
php ws.php// 游览器打开ws.html(多打开/关闭几个查看效果)
```#### TODO
- [ ] swoole 其他功能的测试