/talkbox

a talkbox build with skynet

Primary LanguageLuaMIT LicenseMIT

参与编写可以fork分支 https://github.com/forthxu/talkbox/tree/gh-pages-source

talkbox

a talkbox build with skynet

实例

http://forthxu.com/skynet/

云风skynet服务端框架研究

http://forthxu.com/blog/skynet.html

服务端安装

# clone
git clone git@github.com:forthxu/talkbox.git talkbox

# 安装protobuf
wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
tar zxf protobuf-2.5.0.tar.gz 
cd protobuf-2.5.0
./configure --prefix=/opt/local/protobuf-2.5.0
make
make install
ln -s /opt/local/protobuf-2.5.0/bin/protoc /usr/bin/protoc

# 启动
cd ../talkbox
bash start.sh

客户端

AS: https://github.com/forthxu/talkbox_client

cocos2d-x(android有编译好的apk、ios自行编译): http://skynetdoc.com/examples.html