Python TCP WSGI Server


Keywords
c, cprogramming, python, tcp, tcp-client, tcp-server, tcp-socket, unix, wsgi, wsgi-server
License
MIT
Install
pip install easy-tcp==0.0.8rc11

Documentation

C/C++ CI

Easy TCP

Python WSGI Server written in C

Compatibility

Run on UNIX like systems

Quick Start

Install
pip install easy-tcp
Start Easy TCP Server
easy-tcp --port 7070 --max_processes 15 --app app.py --function start_app

Contributing

Please see Contributing