Skip to content

foodie/collie

 
 

Repository files navigation

Collie

Build Status

An asynchronous event-driven network framework written in dlang, like netty framework in D.

Require

  • System : Linux (kernel >= 3.10) , FreeBSD, MacOS, Windows
  • D : Compiler Version >= 2.071
  • libssl and libcrypto (optional,if use the ssl)

Support

    | __epoll__ | __kqueue__ | __iocp__  | __select__ 

--------|-----------|------------|-----------|------------ TCP | Y | Y | Y | Y SSL | Y | Y | N | N UDP | Y | Y | Y | Y Timer | Y | Y | Y | Y

About

An asynchronous event-driven network framework written in D.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • D 98.1%
  • Makefile 1.1%
  • Other 0.8%