NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
# 周边相关项目 ### 框架 - [swoole_framework](https://github.com/matyhtf/swoole_framework)基于swoole扩展开发的通用后端服务框架,包含了内置PHP应用服务器、FastCGI、WebSocket、Web框架等丰富的功能特性 - [zphp](https://github.com/shenzhe/zphp)一个极轻的的,专用于游戏(社交,网页,移动)的服务器端开发框架.提供高性能实时通信方案。zphp使用swoole作为底层网络通信的框架。 - [swoole-yaf](https://github.com/LinkedDestiny/swoole-yaf) 结合PHP的Yaf框架和Swoole扩展的高性能PHP Web框架 - [ciswoole](https://github.com/smalleyes/ciswoole) CodeIgniter 2.2 with Swoole_Http_Server ci集合swoole的高性能web框架,已成功用于产品api - [owl-mvc](https://github.com/yeaha/owl-mvc) 基于 swoole_http_server 的一套PHP MVC框架 - [hprose/hprose-php](https://github.com/hprose/hprose-php) 高性能远程对象调用服务,PHP 版本底层使用 swoole 实现了 http,https,tcp,tcp6,websocket, unix socket 服务器和 tcp,tcp6,unix socket 客户端。 - [yiiSwoole](https://github.com/kcloze/yiiSwoole) Yii 1.1.16 with Swoole Http_Server,In high-concurrency situations,will be better than php-fpm ### 服务器 - [EPServer](https://github.com/ewenlaz/epserver) 高性能TCP服务器框架,底层基于swoole扩展 - [php-webserver](https://github.com/matyhtf/php-webserver) 基于swoole+http_parser2个扩展开发的高性能PHP web服务器。压测性能超过php-fpm的2倍 - [WebSocket & WebIM](https://github.com/matyhtf/PHPWebIM) - [FastCGI协议](https://github.com/swoole/framework/blob/master/libs/Swoole/Protocol/FastCGI.php) 基于swoole的FastCGI服务器实现 - [Comet协议](https://github.com/swoole/framework/blob/master/libs/Swoole/Protocol/CometServer.php) 基于swoole的Http长轮循,Comet服务器实现 - [RPC/SOA服务器](https://github.com/matyhtf/swoole_framework/blob/master/examples/soa_server.php) - [swoole-JsonRPC简单例子](https://github.com/smalleyes/swoole-JsonRPC)基于swoole-server实现 - [PHP-ftp-server](https://github.com/matyhtf/swoole_framework/blob/master/examples/ftp_server.php) 基于swoole扩展开发的高性能FTP服务器,支持主动被动模式、虚拟目录。性能非常好,可用于生产环境。 - [Upload-Server](https://github.com/matyhtf/swoole/blob/master/examples/server/upload_server.php) 基于swoole扩展开发的,高性能TCP文件上传服务器,是全异步非阻塞多进程的。可同时支持数万个TCP客户端连接,上传文件。 - [php-queue](https://github.com/matyhtf/php-queue) PHP开发的磁盘存储消息队列服务,基于leveldb和swoole,在4核机器上处理能力可以达到2.5W/s ### 应用项目 - [zchat](https://github.com/shenzhe/zchat) 基于zphp框架和swoole扩展开发的PHP网页即时聊天室系统。 - [PHPWebIM](https://github.com/matyhtf/phpwebim) 基于swoole扩展开发的websocket网页聊天系统 - [swoole_flash_game](https://github.com/matyhtf/swoole_flash_game) 基于swoole扩展开发的flash游戏,可与服务器实时交互 ### 类库与工具 - [swoole-ide-helper](https://github.com/EagleWu/swoole-ide-helper) 在IDE下自动识别swoole 扩展的类、函数、宏,自动补全函数名 - [redis-async](https://github.com/swoole/redis-async) 基于swoole开发的异步Redis+连接池,性能非常强劲。使用redis-async开发的Web应用,QPS可以高达3.5万QPS,超过php-fpm+php-redis扩展性能的10倍。 - [mysql-async](https://github.com/swoole/mysql-async) 基于swoole扩展开发的异步MySQL类库,内置连接池和SQL任务排队机制 - [swoole-crontab](https://github.com/osgochina/swoole-crontab) 基于swoole的定时器程序,支持秒级处理.异步多进程处理。完全兼容crontab语法,且支持秒的配置 - [swoole-vmstat](https://github.com/smalleyes/swoole-vmstat) 运用swoole在浏览器更友好的实现vmstat - [DHT](https://github.com/ylqjgm/DHT) 使用swoole编写的DHT爬虫程序,可正常获取infohash ~~~ 如果您有基于swoole开发新的开源项目,可以联系我们。将你的开源项目加入swoole官方推荐列表中。 ~~~ |  Swoole流程 | |-----| ![](https://box.kancloud.cn/2015-07-20_55aca2b07f5fc.)