Bearle / django-private-chat

(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
ISC License
424 stars 132 forks source link

How to deploy it to the production server ? #42

Open rishav00a opened 5 years ago

rishav00a commented 5 years ago

How to set it up for the production server, to run the chat server automatically

barslmn commented 4 years ago

Run it as a service https://github.com/Bearle/django-private-chat#important-notes

nortigo commented 3 years ago

Thanks @barslmn

What configuration did you use to make it available trough an url like chat.example.com ?