antoniosarosi / epoll-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%