Simple epoll TCP server in Python

Start the server:

python server.py

Use a TCP client to connect and send data:

netcat 127.0.0.1 8080
GET /test