Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 518 Bytes

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