Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Dec 20, 2013
1 parent 171722e commit 832300f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Swoole
=====
Asynchronous & Concurrent & Distributed with PHP.
PHP的异步、并行、分布式框架

* Event-driven
* Full asynchronous non-blocking
* Multi-Thread or Multi-Process
* Millisecond timer
* Asynchronous MySQL
* AsyncTask workers


* [Document 中文](http://www.swoole.com/wiki/index/)
* Document English. Wait supplement
Expand Down Expand Up @@ -46,16 +53,6 @@ $client->on("close", function($cli){
$client->connect('127.0.0.1', 9501, 0.5);
```

Features
-----

* Event-driven
* Full asynchronous non-blocking
* No lock design
* Separate read and write
* Concurrent execution. Support Multi-Thread or Multi-Process
* Support IPv6

Developer Mail-List
-----
* Google Group: <https://groups.google.com/forum/#!forum/swoole>
Expand Down

0 comments on commit 832300f

Please sign in to comment.