| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Candy是新一代即时通信软件, 我们是一套完整的即时通讯开源解决方案,包括移动端,WEB端,PC端。
https://github.com/dearcode/candy-android
https://github.com/dearcode/web
https://github.com/zeazen/candy-cui
mkdir -p $GOPATH/src/github.com/dearcode
cd $GOPATH/src/github.com/dearcode
git clone git@github.com:dearcode/candy.git
make
依次启动 master, notice, store, gate
直接运行不需要参数,默认使用9000到9004端口
项目根目录中的candy.go是一个命令行的全功能展示
go run candy.go
Candy客户端可以直接使用gomobile编译出安卓/IOS客户端可用的库文件,可以方便快捷的和服务器通信, 用户无需关注客户端服务器的实现; 只需要把重点放在客户端开发上。
可以直接使用gomobile编译出安卓可用的版本
gomobile bind -v -target=android/arm github.com/dearcode/candy/client
可以直接使用gomobile编译出IOS可用的版本
gomobile bind -v -target=ios github.com/dearcode/candy/client
| Back | FazBrowse Home | New Git URL |