Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dushibaiyu/collie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Collie

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

Require

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

Support

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.

Contact:

  • QQ Group : 184183224

About

It is for dev.if you want use the release ,please to https://github.com/putao-dev/collie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 99.9%
  • Other 0.1%