An asynchronous event-driven network framework written in dlang, like netty framework in D.
- System : FreeBSD, Linux, MacOS, Windows
- D : Compiler Version >= 2.071
- libssl and libcrypto (optional,if use the ssl)
Feature | epoll | kqueue | iocp | select |
---|---|---|---|---|
TCP | Y | Y | Y | Y |
SSL* | Y | Y | Y | Y |
UDP | Y | Y | Y | Y |
Timer | Y | Y | Y | Y |
NOte: Now , the ssl only support as server. not support as a client.
- HTTP2 surport
- Modules reorganization
- Performance improvement
- API improvement
- Examples improvement
- QQ Group : 184183224