getting-started.md
docs
getting-started.md
🛠️ Getting Started
Asteri includes several examples to get you started with different frameworks and protocols.
Basic Usage
Run a standard WSGI application:
1 | |
Run with 4 workers and bind to multiple ports:
1 | |
Running Examples
Flask (WSGI)
Run with thread-based workers:
1 | |
FastAPI (ASGI)
Run with modern async workers:
1 | |
Production with Nginx (uWSGI)
Run Asteri in uWSGI mode (automatic detection) and use the provided example_uwsgi_nginx.conf:
1 | |