Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m2q1n9/awesome-skynet
A community driven list of useful skynet resources.
https://github.com/m2q1n9/awesome-skynet
List: awesome-skynet
Last synced: 3 months ago
JSON representation
A community driven list of useful skynet resources.
- Host: GitHub
- URL: https://github.com/m2q1n9/awesome-skynet
- Owner: m2q1n9
- Created: 2015-11-13T04:28:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T17:53:46.000Z (almost 9 years ago)
- Last Synced: 2024-05-19T06:10:43.159Z (7 months ago)
- Size: 9.77 KB
- Stars: 46
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Awesome skynet [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
==========================================================================================================================================================================[](https://github.com/cloudwu/skynet)
> A community driven list of useful [skynet](https://github.com/cloudwu/skynet) resources.
Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [skynet](#skynet)
- [sproto](#sproto)
- [lua](#lua)Resources
---------### skynet
- [skynet](https://github.com/cloudwu/skynet) - A lightweight online game framework.
- [skynet-design](http://blog.codingnow.com/2012/09/the_design_of_skynet.html) - The design of skynet.
- [skynet-evolution](http://blog.codingnow.com/eo/skynet) - Good skynet design articles.
- [skynet-uses](https://github.com/cloudwu/skynet/wiki/Uses) - Projects build on skynet.
- [skynet-wiki](https://github.com/cloudwu/skynet/wiki) - Welcome to the skynet wiki.
- [skynet-research](http://forthxu.com/blog/skynet.html) - Another good skynet resource list.
- [skynet-analysis](http://blog.csdn.net/xiarendeniao/article/details/38613161) - A good skynet analysis article.
- [skynet-mingw](https://github.com/dpull/skynet-mingw) - A good skynet windows fork.
- [battlearena](https://github.com/cloudwu/battlearena) - A simple skynet demo.
- [quick](https://github.com/charleeli/quick) - A good skynet demo.
- [some-mmorpg](https://github.com/jintiao/some-mmorpg) - Another good skynet demo.### sproto
- [sproto](https://github.com/cloudwu/sproto) - A protocol like google protobuf, but simple and fast.
- [sproto-Csharp](https://github.com/lvzixun/sproto-Csharp) - A c# implementation of sproto.
- [sproto-Unity](https://github.com/m2q1n9/sproto-Unity) - A demo show how to use sproto-Csharp in Unity.
- [sproto_dump](https://github.com/lvzixun/sproto_dump) - Parse sproto file to binary or c# file.
- [sproto-cs](https://github.com/jintiao/sproto-cs) - Another c# implementation of sproto.
- [sproto-u3d](https://github.com/jintiao/sproto-u3d) - Example to use sproto-cs in unity3d.
- [vim_sproto](https://github.com/spin6lock/vim_sproto) - Vim syntax highlight.
- [sublime-sproto-syntax](https://github.com/lvzixun/sublime-sproto-syntax) - Sublime syntax highlight.
- [atom-sproto-syntax](https://github.com/m2q1n9/atom-sproto-syntax) - Atom syntax highlight.
- [sproto-mode](https://github.com/m2q1n9/sproto-mode) - Emacs syntax highlight.### lua
- [lua-docs](http://www.lua.org/docs.html) - Lua Documentation.
- [LuaStyleGuide](http://lua-users.org/wiki/LuaStyleGuide) - Lua Style Guide.
- [lua-style-guide](https://github.com/Olivine-Labs/lua-style-guide) - Another Lua Style Guide.
- [luacheck](https://github.com/mpeterv/luacheck) - A tool for linting and static analysis of Lua code.
- [luassert](https://github.com/Olivine-Labs/luassert) - Assertion library for Lua.
- [busted](https://github.com/Olivine-Labs/busted) - Elegant Lua unit testing.
- [argparse](https://github.com/mpeterv/argparse) - A feature-rich command line parser for Lua.
- [serpent](https://github.com/pkulchenko/serpent) - Lua serializer and pretty printer.
- [lume](https://github.com/rxi/lume) - Lua functions geared towards gamedev.
- [luafilesystem](https://github.com/keplerproject/luafilesystem) - Lua file system library.
- [lua-cjson](https://github.com/cloudwu/lua-cjson) - A fast JSON encoding/parsing module for Lua.
- [lua-zset](https://github.com/xjdrew/lua-zset) - Lua data structure same as redis sorted set.
- [lua-snapshot](https://github.com/cloudwu/lua-snapshot) - Make a snapshot for lua state to detect memory leaks.
- [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg) - A new pattern-matching library for Lua.
- [PegDebug](https://github.com/pkulchenko/PegDebug) - Trace debugger for LPeg rules and captures.
- [typedlua](https://github.com/andremm/typedlua) - An Optional Type System for Lua.
- [moonscript](https://github.com/leafo/moonscript) - A programmer friendly language that compiles to Lua.
- [good&bad](http://notebook.kulchenko.com/programming/lua-good-different-bad-and-ugly-parts) - Lua: Good, bad, and ugly parts.
- [awesome-lua](https://github.com/LewisJEllis/awesome-lua) - A curated list of quality Lua packages and resources.Contribution Guidelines
-----------------------Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- New categories, or improvements to the existing categorization are welcome.
- Make an individual pull request for each suggestion.
- The pull request should have a useful title and why it should be included.
- Use the following format: `[resource](link) - Description.`
- Keep description short and simple, but descriptive.
- Start the description with a capital and end with a period.
- Make sure your text editor is set to remove trailing whitespace.Thank you for your suggestions!
License
-------The MIT License (MIT)