Skip to content

How i can run channels on Ionos VPS? What is the best Service? #2157

Closed Answered by users-pc
iliwork asked this question in Help!
Discussion options

You must be logged in to vote

Hi iliwork,

When deploying Django Channels on an Ionos VPS, the specific hosting method isn’t as critical as adhering to standard Django production practices.

For comprehensive guidance, refer to Django’s official deployment checklist:
Django Deployment Checklist

Regarding Django Channels, you can choose between:
• Option 1: Use Daphne as your ASGI server alongside Gunicorn for HTTP requests, with Nginx as a reverse proxy.
• Option 2: Employ Uvicorn to handle both HTTP and WebSocket protocols.

Both setups are viable; select the one that aligns best with your project’s needs.

For a detailed deployment guide, check out:
Deploying Django Channels to Production

Let me know if you need assista…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@carltongibson
Comment options

Answer selected by iliwork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
3 participants