Skynet is a multi-user Lua framework supporting the actor model, often used in games.
It is heavily used in the Chinese game industry, but is also now spreading to other industries, and to English-centric developers. To visit related sites, visit the Chinese pages using something like Google or Deepl translate.
The community is friendly and almost all contributors can speak English, so English speakers are welcome to ask questions in Discussion, or submit issues in English.
- 增加快进时间debug调用。
- 修改debug_console使用协议从http0.9升级为http1.1。
- 优化mongoAPI代码风格,统一成下划线。
- gate forward 命令断言检查改为返回true or false。
- skynet.lua 去掉对
coroutine.create
函数的局部引用。local coroutine_create = coroutine.create
,因为不去掉luaPanda.lua
重写coroutine.create
无法起效。