hello world
git clone https://github.com/Tencent/TSW.git
cd TSW
npm install
node --inspect index.js
,支持后接参数config={configPath}
,{configPath}
表示配置文件的存放路径root
权限才可监听,监听失败,尝试切换到root
用户或sudo
http://127.0.0.1/
即可参考配置文件 TSW/examples/framework/config.js
config.appid
、config.appkey
。appid
和appkey
获取方式参见开放平台this.appid = '******';
this.appkey = '******';