NettyGameServer
A mobile game distributed server implemented using netty4.X
A mobile game distributed server implemented using netty4.X, supports tcp, udp, http, websocket links, uses protobuf custom protocol stack for network communication, supports rpc remote calls, uses mybatis3 to support db storage sub-database sub-table, supports asynchronous mysql Storage, update the reids cache synchronously when the db is saved. Use the ExcelToCode project to generate java classes and json data dictionaries from excel data, and DictService directly reads json to reduce part...