开源服务器框架 收集


1. FFlib: 轻型的,游戏用的比较多.

http://www.cnblogs.com/zhiranok/archive/2012/07/30/fflib_framework.html\

https://github.com/fanchy/fflib


2.  Libevent: 异步事件处理函数库。 偏向网络编程。

http://blog.csdn.net/russell_tao/article/details/17119729

https://github.com/libevent/libevent

https://en.wikipedia.org/wiki/Libevent


3. ENode:偏重于应用逻辑层的命令驱动的服务器架构。使用命令查询职责分离(CQRS)模式

http://www.cnblogs.com/netfocus/p/3588769.html

https://www.nuget.org/packages/enode/2.0.9



你可能感兴趣的:(架构设计,开源框架)