digitarald / APE_Server forked from APE-Project/APE_Server

Ajax Push Engine : Lightweight HTTP Streaming server. Fully written in C language, it provides best performances, making it the faster Comet server to date.

This URL has Read+Write access

name age message
file AUTHORS Wed Jul 22 19:04:59 -0700 2009 (empty) [paraboul]
file COPYING Wed Jul 22 18:58:19 -0700 2009 Initial v1.0 commit [paraboul]
file Makefile Loading commit data...
file README
directory bin/
directory doc/ Sat Feb 28 19:05:53 -0800 2009 Directory moving [paraboul]
file install.sh
directory libs/
directory modules/
directory src/
README
To compile APE you need : 
- GCC
- libc6-dev
- 5 second'

# make
# cd modules/
# make
# cd ../bin/
# ./aped

For further details : http://www.ape-project.org/