Tencent Server Framework is a coroutine and Swoole based server framework for fast server deployment which developed by Tencent engineers.
- PHP Based. Compared with C++, the framework is more efficient in developing and programing.
- based on Swoole extension. powerful async IO, timers and other infrastructure capacity can be used in this framework.
- support PHP coroutine. Synchronous programing is possible using the coroutine schedule system, and can lead to the similar server capability with that of server deveoped in an asynchronous way.
- support server monitor and provide interface to add more rules
##Requirements
- php5+
- Swoole1.7.18+
- linux,OS X