iNet - 跨平台服务器开发组件


MIT
跨平台
C/C++

软件简介

iNet 是跨平台服务器开发组件,包括:网络库、消息队列、定时器、RPC、协程库。

地址:https://github.com/IronsDu/accumulation-dev

请参阅测试代码:examples。

特点:跨平台,效率非常高,安全,可复用,支持 ssl,http,websocket。

案例:https://github.com/IronsDu/DBProxy 一个使用此网络库开发的跨平台redis/ssdb 代理服务器

以及 https://github.com/IronsDu/DServerFramework 分布式游戏框架。