A Java distributed server framework based on Aeron and Netty, featuring a lock-free, asynchronous, and event-driven architectural design. Suitable for game servers, IoT, high-frequency financial trading, and high-frequency market data pushing. 基于 Aeron、Netty 的 java 分布式服务器框架,无锁异步化、事件驱动架构设计。适用于游戏服务器、物联网、高频金融交易、高频行情推送。
Stars
185
Forks
15
Watchers
185
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
refactor: add final/volatile modifiers and null-check optimizations
70fb961View on GitHubrefactor: optimize collections and modernize string formatting
83bdb72View on GitHubrefactor: replace Objects.isNull/nonNull with direct null checks
74435acView on GitHubrefactor(common-kit): optimize ClassScanner with local classSet
890260dView on GitHubfeat(common-kit,core-framework): replace jansi with internal ANSI utility and add ClassVisitor
db6fd0dView on GitHubdocs: net-common,net-server,net-logic-server,net-center,extension-domain-event,extension-room,extension-client,extension-jprotobuf,extension-codegen,extension-spring,run-one
66bdcf3View on GitHubdocs: common-kit, core-framework, external-core, external-netty comment pass
bcb72abView on GitHub