omgzui/swoole

swoole 示例

安装: 44

依赖: 0

建议者: 0

安全性: 0

星星: 49

关注者: 2

分支: 12

开放问题: 0

类型:项目

dev-master 2018-12-17 12:35 UTC

This package is not auto-updated.

Last update: 2024-09-19 13:02:27 UTC


README

使用

composer create-project -s dev omgzui/swoole

git clone https://github.com/OMGZui/swoole-demo.git
composer install

教程

  1. 初始swoole
  2. 简单聊天室

栗子

  1. TCP服务器
  2. UDP服务器
  3. Web服务器
  4. WebSocket服务器
  5. 定时器
  6. 异步任务
  7. 同步TCP客户端
  8. 异步TCP客户端