An asynchronous event-driven network framework written in dlang, like netty framework in D.
- System : Linux (kernel >= 3.10) , FreeBSD, MacOS, Windows
- D : Compiler Version >= 2.071
- libssl and libcrypto (optional,if use the ssl)
| __epoll__ | __kqueue__ | __iocp__ | __select__
--------|-----------|------------|-----------|------------ TCP | Y | Y | Y | Y SSL | Y | Y | N | N UDP | Y | Y | Y | Y Timer | Y | Y | Y | Y