Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.

joegasewicz/easy-tcp

Repository files navigation

C/C++ CI PyPI

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