Stars
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
rudp 是在UDP上实现的可靠传输(rudp is a reliable transmission on UDP)
A game server net framework in Golang go(Golang)游戏服务器网络框架
Vagrant ELK (Elasticsearch, Logstash, Kibana) box
A cross-platform, open-source, pure C game engine for mobile game.
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP po…
A modern runtime for JavaScript and TypeScript.
在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,读写锁,并且支持事务提交失败情况下的回滚操作,让开发者可以有更多时间侧重游戏逻辑.
Generate Go/Golang database/sql query code, spirit from MyBatis/iBatis.
Auto create models for database in golang. 自动创建数据库的模型。
H2服务器引擎架构是轻量级的,与其说是引擎,个人觉得称之为平台更为合适。因为它封装的功能少之又少,但是提供了非常简洁方便的扩展机制,使得可以用C++、python、lua、js、php来开发具体的服务器功能。H2引擎的灵感来源于web服务器Apache。