golang-pitaya服务器框架在win10下架设.
1. 使用git下载pitaya
pitaya git地址:https://github.com/topfreegames/pitaya
2.下载安装etcd
下载地址: https://github.com/etcd-io/etcd/releases
寻找最新版本下的对应windows版本进行下载:
下载之后,随便解压到一个位置,然后双击运行文件夹下etcd.exe,即可运行启动服务
3. 下载nats
分别运行下面两个任务
# Go client go get github.com/nats-io/nats.go/ # Server go get github.com/nats-io/nats-server
安装nats完成后,直接在源码中找到src\gi