skynet研究001——skynet
一个由国内大神云风开发的基于C+lua的开源服务器框架(https://github.com/cloudwu/skynet)。
底层核心用c编写,上层逻辑由lua实现。
入门文档 http://skynetdoc.com/book/index.html
源码下载
git clone https://github.com/cloudwu/skynet.git
安装编译
cd skynet
make macosx
运行服务器demo
./skynet ./examples/config
运行客户端demo
./3rd/lua/lua ./examples/client.lua
输入hello 返回world
本文出自 码农,转载时请注明出处及相应链接。
发表评论