Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szyhf/swoole_study
一份Swoole入门教程,根据作者的个人理解编写,常见的Swoole入门知识和讲解。
https://github.com/szyhf/swoole_study
php study swoole tcp
Last synced: 2 months ago
JSON representation
一份Swoole入门教程,根据作者的个人理解编写,常见的Swoole入门知识和讲解。
- Host: GitHub
- URL: https://github.com/szyhf/swoole_study
- Owner: szyhf
- License: mit
- Created: 2016-08-27T17:25:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T16:40:08.000Z (almost 7 years ago)
- Last Synced: 2024-07-05T14:15:31.494Z (7 months ago)
- Topics: php, study, swoole, tcp
- Size: 451 KB
- Stars: 507
- Watchers: 49
- Forks: 130
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swoole - Swoole Study Notes - A collection of personal study notes for Swoole beginners. (Documentation)
README
# swoole_study
一份Swoole入门教程,根据作者的个人理解编写,常见的Swoole入门知识和讲解。# 最近为啥没更新
键者忙疯了Orz……
# 目录及相关知识点
1. [当SWOOLE遇上PHP](https://github.com/szyhf/swoole_study/blob/master/当SWOOLE遇上PHP.md) 【SWOOLE安装、PHP的CLI模式】
2. [当SWOOLE遇上SERVER](https://github.com/szyhf/swoole_study/blob/master/当SWOOLE遇上SERVER.md) 【TCP/IP】
3. [当SWOOLE遇上TCP](https://github.com/szyhf/swoole_study/blob/master/当SWOOLE遇上TCP.md)【TCP】
4. [当SWOOLE遇上PROTOCOL](https://github.com/szyhf/swoole_study/blob/master/当SWOOLE遇上PROTOCOL.md)【网络协议】
5. [Swoole的进程模型](https://github.com/szyhf/swoole_study/blob/master/Swoole的进程模型.md)【并发与多进程】
6. [Swoole的进程与热重载](https://github.com/szyhf/swoole_study/blob/master/Swoole的进程与热重载.md)【柔性终止与热重载】# 番外
1. [守护进程二三事与Supervisor](https://github.com/szyhf/swoole_study/blob/master/番外:守护进程二三事与Supervisor.md)
2. [番外:数字签名与数字证书](https://github.com/szyhf/swoole_study/blob/master/番外:数字签名与数字证书.md)
3. [番外:OpenSLL与数字证书](https://github.com/szyhf/swoole_study/blob/master/番外:OpenSLL与数字证书.md)# 计划
1. 应用层协议与心跳帧。(分包、黏包,pack\unpack函数、swoole_buffer)
# 其他
1. 最近的更新计划仍然是这个专题,一般两周更新一次,更新时间为周末,考虑工作情况,随时会拖更……
1. 首发在微信号“大悦天”,部分会转发在“PHP饭米粒”……![Alt text](https://raw.githubusercontent.com/szyhf/swoole_study/master/wechat.png)