libeventhttps://github.com/libevent/libevent
libevhttps://github.com/enki/libev
libuvhttps://github.com/libuv/libuv
libevent、libev、libuv三者都是通过C语言实现的,轻量级的开源 库。
libevent:当前使用最为广泛,能够在windows,linux,android,ios等多个平台使用。其支持多种I/O多路复用:epull,pull,select等。
libev:它是继lievent和Event perl module之后的一套全新 库。它追求的目标:速度更快,bug更少,特性更多,体积更小。
libuv:支持多平台的 库,其支持epoll, kqueue, IOCP, event ports。