omgzui/swoole

swoole demo

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 49

Watchers: 2

Forks: 12

Open Issues: 0

Type:project

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

This package is not auto-updated.

Last update: 2024-04-18 11:01:55 UTC


README

使用

composer create-project -s dev omgzui/swoole

or

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客户端