python multiport
Examples showing how to use twisted (a Python networking library) to run a web server that listens on multiple ports.
dead_simple.py
- a dead simple example for serving up content using strings containing HTMLstatic_content.py
- an example showing how to create twisted Site objects for different folders, and web servers listening on different ports for each different folder
Description
Languages
Python
74%
HTML
26%