• Stars
    star
    146
  • Rank 252,152 (Top 5 %)
  • Language
    Lua
  • License
    MIT License
  • Created about 10 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a talkbox build with skynet

skynet学习 http://forthxu.github.io/talkbox/index.html

参与编写可以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 [email protected]: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