php-websocket 安装linux环境

阅读更多

主页https://github.com/nicokaiser/php-websocket

文档 http://wrench.readthedocs.org/en/latest/index.html
 
js框架https://github.com/qatrix/Qatrix
 
php websocket server:
http://socketo.me/docs/hello-world
html5前端框架:
http://jquerymobile.com/demos/1.2.0/
 
 
 
 
 
 
用这个好点  http://socketo.me/docs/hello-world
1  https://packagist.org/
创建 composer.json
{
    "require": {
       "wrench/wrench": "v2.0.1"
    }
}

2 wget http://getcomposer.org/composer.phar

php composer.phar install
 
就安装好了
 
 
html5test.com

你可能感兴趣的:(php-websocket 安装linux环境)