|
|
@@ -1,5 +1,10 @@
|
|
|
# Workerman
|
|
|
[](https://gitter.im/walkor/Workerman?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)
|
|
|
+[](https://packagist.org/packages/workerman/workerman)
|
|
|
+[](https://packagist.org/packages/workerman/workerman)
|
|
|
+[](https://packagist.org/packages/workerman/workerman)
|
|
|
+[](https://packagist.org/packages/workerman/workerman)
|
|
|
+[](https://packagist.org/packages/workerman/workerman)
|
|
|
|
|
|
## What is it
|
|
|
Workerman is an asynchronous event driven PHP framework with high performance for easily building fast, scalable network applications. Supports HTTP, Websocket, SSL and other custom protocols. Supports libevent, [HHVM](https://github.com/facebook/hhvm) , [ReactPHP](https://github.com/reactphp/react).
|
|
|
@@ -494,8 +499,8 @@ Worker::runAll();
|
|
|
```php start.php start -d ```
|
|
|

|
|
|
```php start.php status ```
|
|
|
-
|
|
|
-```php start.php connections
|
|
|
+
|
|
|
+```php start.php connections```
|
|
|
```php start.php stop ```
|
|
|
```php start.php restart ```
|
|
|
```php start.php reload ```
|
|
|
@@ -504,7 +509,7 @@ Worker::runAll();
|
|
|
|
|
|
中文主页:[http://www.workerman.net](http://www.workerman.net)
|
|
|
|
|
|
-中文文档: [http://doc3.workerman.net](http://doc3.workerman.net)
|
|
|
+中文文档: [http://doc.workerman.net](http://doc.workerman.net)
|
|
|
|
|
|
Documentation:[https://github.com/walkor/workerman-manual](https://github.com/walkor/workerman-manual/blob/master/english/src/SUMMARY.md)
|
|
|
|
|
|
@@ -593,73 +598,12 @@ Percentage of the requests served within a certain time (ms)
|
|
|
|
|
|
## Other links with workerman
|
|
|
|
|
|
-## [PHPSocket.IO](https://github.com/walkor/phpsocket.io)
|
|
|
-[Live demo](http://www.workerman.net/demos/phpsocketio-chat/)
|
|
|
-[Source code](https://github.com/walkor/phpsocket.io)
|
|
|
-
|
|
|
-
|
|
|
-## [tadpole](http://kedou.workerman.net/)
|
|
|
-[Live demo](http://kedou.workerman.net/)
|
|
|
-[Source code](https://github.com/walkor/workerman)
|
|
|
-
|
|
|
-
|
|
|
-## [BrowserQuest](http://www.workerman.net/demos/browserquest/)
|
|
|
-[Live demo](http://www.workerman.net/demos/browserquest/)
|
|
|
-[Source code](https://github.com/walkor/BrowserQuest-PHP)
|
|
|
-
|
|
|
-
|
|
|
-## [web vmstat](http://www.workerman.net/demos/vmstat/)
|
|
|
-[Live demo](http://www.workerman.net/demos/vmstat/)
|
|
|
-[Source code](https://github.com/walkor/workerman-vmstat)
|
|
|
-
|
|
|
-
|
|
|
-## [live-ascii-camera](https://github.com/walkor/live-ascii-camera)
|
|
|
-[Live demo camera page](http://www.workerman.net/demos/live-ascii-camera/camera.html)
|
|
|
-[Live demo receive page](http://www.workerman.net/demos/live-ascii-camera/)
|
|
|
-[Source code](https://github.com/walkor/live-ascii-camera)
|
|
|
-
|
|
|
-
|
|
|
-## [live-camera](https://github.com/walkor/live-camera)
|
|
|
-[Live demo camera page](http://www.workerman.net/demos/live-camera/camera.html)
|
|
|
-[Live demo receive page](http://www.workerman.net/demos/live-camera/)
|
|
|
-[Source code](https://github.com/walkor/live-camera)
|
|
|
-
|
|
|
-
|
|
|
-## [chat room](http://chat.workerman.net/)
|
|
|
-[Live demo](http://chat.workerman.net/)
|
|
|
-[Source code](https://github.com/walkor/workerman-chat)
|
|
|
-
|
|
|
-
|
|
|
-## [statistics](http://www.workerman.net:55757/)
|
|
|
-[Live demo](http://www.workerman.net:55757/)
|
|
|
-[Source code](https://github.com/walkor/workerman-statistics)
|
|
|
-
|
|
|
-
|
|
|
-## [flappybird](http://workerman.net/demos/flappy-bird/)
|
|
|
-[Live demo](http://workerman.net/demos/flappy-bird/)
|
|
|
-[Source code](https://github.com/walkor/workerman-flappy-bird)
|
|
|
-
|
|
|
-
|
|
|
-## [jsonRpc](https://github.com/walkor/workerman-JsonRpc)
|
|
|
-[Source code](https://github.com/walkor/workerman-JsonRpc)
|
|
|
-
|
|
|
-
|
|
|
-## [thriftRpc](https://github.com/walkor/workerman-thrift)
|
|
|
-[Source code](https://github.com/walkor/workerman-thrift)
|
|
|
-
|
|
|
-
|
|
|
-## [web-msg-sender](https://github.com/walkor/web-msg-sender)
|
|
|
-[Live demo send page](http://workerman.net:3333/)
|
|
|
-[Live demo receive page](http://workerman.net/web-msg-sender.html)
|
|
|
-[Source code](https://github.com/walkor/web-msg-sender)
|
|
|
-
|
|
|
-
|
|
|
-## [shadowsocks-php](https://github.com/walkor/shadowsocks-php)
|
|
|
-[Source code](https://github.com/walkor/shadowsocks-php)
|
|
|
-
|
|
|
-
|
|
|
-## [queue](https://github.com/walkor/workerman-queue)
|
|
|
-[Source code](https://github.com/walkor/workerman-queue)
|
|
|
+[PHPSocket.IO](https://github.com/walkor/phpsocket.io)
|
|
|
+[php-socks5](https://github.com/walkor/php-socks5)
|
|
|
+[php-http-proxy](https://github.com/walkor/php-http-proxy)
|
|
|
+
|
|
|
+## Donate
|
|
|
+<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UQGGS9UB35WWG"><img src="http://donate.workerman.net/img/donate.png"></a>
|
|
|
|
|
|
## LICENSE
|
|
|
|