Skip to content

jim-bug/Beautiful-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Una chat bellissima.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published