/Beautiful-Chat

Una chat bellissima.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Beautiful-Chat

Una chat bellissima.

Come eseguire il progetto

  1. pip install -r requirements.txt
  2. cd bc_project
  3. Opzionale: Velocizza le route statiche
    python3 manage.py collectstatic
  4. daphne -p PORT bc_project.asgi:application oppure python3 manage.py runserver

Dettagli sull'implementazione

  • Daphne consente di eseguire il server ASGI gestendo le richieste HTTP e WebSocket.
  • Channels consente di gestire le connessioni WebSocket.
  • Whitenoise consente di servire i file statici