1 Star 0 Fork 1

xiao / ciswoole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 560 Bytes
一键复制 编辑 原始数据 按行查看 历史

ciswoole

CodeIgniter 2.2 with Swoole Http_Server

Requirements

  • PHP 5.3+
  • Swoole 1.7.8
  • Linux, OS X and basic Windows support (Thanks to cygwin)

Installation Swoole

  1. Install via pecl

    pecl install swoole
  2. Install from source

    sudo apt-get install php5-dev
    git clone https://github.com/swoole/swoole-src.git
    cd swoole-src
    phpize
    ./configure
    make && make install

How to run

  1. cd ciswoole/server
  2. php http_server.php
  3. Open your browser and enter http://ip:9501
1
https://gitee.com/smalleyes/ciswoole.git
git@gitee.com:smalleyes/ciswoole.git
smalleyes
ciswoole
ciswoole
master

搜索帮助