Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 216 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 216 Bytes

yueban_server

a light-weight python game server framework based on Python 3.5+

start example(use gunicorn): gunicorn my_app_module:my_web_app -w 4 --bind localhost:8080 --worker-class aiohttp.GunicornWebWorker