Skip to content

lineCode/talkbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

参与编写可以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

About

a talkbox build with skynet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 53.5%
  • C 22.8%
  • Shell 19.8%
  • Protocol Buffer 3.9%