Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.06 KB

vertx-game-server

Vert.x Game Server

简介

Vert.x Game Server 是一个基于 Vert.x 封装的游戏开发框架,核心设计目标是简易使用和学习,基于 Vert.x 优点结合 Netty 可以快速进行游戏开发。

技术

-- 说明
Netty 构建游戏基础网络通信(Websocket连接)
Vert.x 构建 Web 服务器 / EventBus
RxJava 搭配异步编程 / 线程处理
Protobuf 游戏传输协议
MongoDB 游戏服务端持久化数据库(过期缓存数据持久化)
Caffeine Cache 游戏数据内存缓存

贡献

欢迎参与项目贡献!比如提交PR修复一个bug,或者新建 Issue 讨论新特性或者变更。

License

wechat-work-robot is under the Apache License, Version 2.0 - see the LICENSE file for details.