william-os4y / fapws2

Fast asynchronous python web server (based on libevent)

This URL has Read+Write access

pjstevns (author)
Tue Dec 23 05:18:00 -0800 2008
william-os4y (committer)
Fri Dec 26 06:29:35 -0800 2008
commit  5752af742b763517ce0a52d0f0c00b40b186edf8
tree    99d5b87018e11979dd417fcf40686f92e7ee33ef
parent  ff9e6025ad655e6fb3b6e46b0fedd43732feba9c
fapws2 / INSTALL
100755 11 lines (5 sloc) 0.197 kb
1
2
3
4
5
6
7
8
9
10
11
 
Pre-requisit:
 
- You must have source of libevent (binary packages will not work)
- You must compile and install it (./configure; make; make insall)
 
Install:
- execute: python setup.py install