Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 515 Bytes

AnsCDN is simple CDN server written in Golang

AnsCDN is experimental project for implementing CDN server to be lightweight and robust with non-blocking IO operation, it's mean can handle high request concurrently.

COMPILATION

Require Golang >= 6448+

Just type

$ make

or

$ gomake

CREATING CONFIGURATION

Please see anscdn.cfg.example

RUNNING

$ ./anscdn

that's all

--robin