Files
nexus/wiki/entities/Gunicorn.md
2026-04-14 16:02:50 +08:00

491 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Gunicorn entity
wsgi-server
python
deployment
tiktok-pm-python-django-project.md
2026-04-14

Definition

GunicornGreen Unicorn是一个Python WSGI HTTP服务器用于在生产环境中运行Python Web应用。

Role in TikTok PM Project

  • 作为Django应用的WSGI服务器
  • 在Docker容器中运行
  • 监听8000端口

Connections