分布式服务器
☆18Jun 6, 2018Updated 7 years ago
Alternatives and similar repositories for GameServers
Users that are interested in GameServers are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- mmo 服务器,多个逻辑服(login、gate、world等)构成,网络核心使用事件处理机制☆34Nov 20, 2020Updated 5 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆48Aug 31, 2018Updated 7 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- 高并发游戏服务器架构搭建☆20Nov 5, 2019Updated 6 years ago
- C++高性能分布式服务器框架☆13Mar 2, 2020Updated 6 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 基于acl 开发的微服务框架☆15Jun 23, 2017Updated 8 years ago
- HMX-Server分步式服务器框架,主要分为网关、登录、世界、场景、数据服务器,适用于大中小型项目☆29Sep 26, 2018Updated 7 years ago
- 翻译GANs_in_action,书中代码以pytorch实现☆14Apr 20, 2020Updated 5 years ago
- 基于nanoserver改造的mmrpg游戏服务器demo☆18Sep 15, 2025Updated 6 months ago
- c++/ lua gameserver☆15Mar 14, 2018Updated 8 years ago
- 游戏服务器基础框架。☆22Jul 3, 2017Updated 8 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Apr 6, 2016Updated 9 years ago
- 通用游戏服务器框架,支持多进程、多线程部署,支持TCP、WebSocket、Http协议☆345May 19, 2018Updated 7 years ago
- 使用libevent开发的高并发后台服务器架构,包含:mysql分区管理层,redis分区管理层,网络层,请求对象业务层,操作日志记录层,调试日志,支持ssl会话加密☆23Jun 12, 2015Updated 10 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Linux下高性能服务器,详细梳理后台各个知识点☆32Jun 7, 2020Updated 5 years ago
- Distributed service governance framework based on c/c++, including service registration, service discovery, unified configuration, messag…☆22Feb 26, 2019Updated 7 years ago
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 4 years ago
- 基于TCP长连接的推送服务框架,具有良好的扩展性,同时单台连接服务器能支撑超过百万级的连接☆28Dec 17, 2015Updated 10 years ago
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Jul 2, 2018Updated 7 years ago
- The essence of KBEngine \ 轻量级的kbengine服务器实现☆45Aug 17, 2018Updated 7 years ago
- It's a distributed, open-systems application server for C/C++ applications.☆36May 27, 2022Updated 3 years ago
- Demos of rust-libp2p☆17May 12, 2023Updated 2 years ago
- 个人学习开发linux服务器例子,视频点播服务器采用epoll模型+线程池技术处理客户端的并发任务☆54Mar 18, 2025Updated last year
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- RTMP relay in GoLang☆11Sep 12, 2018Updated 7 years ago
- 兰溪麻将服务器☆21May 30, 2018Updated 7 years ago
- qt5.5.1,cef_3.2454.1344, UI and business logic highly separate architecture☆25Apr 11, 2018Updated 7 years ago
- 为手机网游客户端(cocos2d-x和unity 3D)准备的通信底层,包括tcp和kcp。分帧逻辑采用lengthfield,解决粘包问题。 cocos2x-x部分已实现thread,threadpool,同步互斥锁等内容。 项目还包括一个synflood的简单实现。☆20Jan 22, 2017Updated 9 years ago
- 使用OpenCV与C++ Socket实现的人脸识别系统服务器☆26Sep 10, 2015Updated 10 years ago
- 关于无锁队列的知识☆11Feb 13, 2017Updated 9 years ago
- JavaScript parser and AST manipulation framework☆33May 13, 2014Updated 11 years ago
- 相对于以前的板级文件的配置,Linux内核设备树(dts)成为了主流,记录学习过程。☆15Jan 28, 2019Updated 7 years ago
- 🇨🇳翻译: 「rust-ffi-omnibus」 将 Rust 代码 导出, 应用于 其他语言 的例子集合 ❤️更新 ✅☆12May 16, 2019Updated 6 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- C++实现的分布式爬虫☆14Oct 11, 2019Updated 6 years ago
- JavaScript parser in C++ (port of Esprima)☆14Feb 17, 2013Updated 13 years ago
- 一款高性能的后端分布式服务器网络框架☆35Mar 20, 2025Updated last year
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议☆22Aug 3, 2017Updated 8 years ago
- A simple game server base on boost。使用了boost asio,thread,pool等库,一款大型3d多人实时在线游戏服务器。目前处于开发阶段,将采用lua作为逻辑处理脚本☆32Jan 20, 2016Updated 10 years ago
- 用libevent和共享内存实现的一个游戏server☆13May 9, 2025Updated 10 months ago
- A 3D MMO game server framework. I first create this repo at http://git.oschina.net/ as a private repo for a new game project whitch is ab…☆14Sep 16, 2015Updated 10 years ago