Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-code-hub/django-chat-app

learning channels
https://github.com/david-code-hub/django-chat-app

bootsrap django django-channels django-chat-app

Last synced: 8 days ago
JSON representation

learning channels

Awesome Lists containing this project

README

        

# django-chat-app

![chatapp](https://github.com/David-code-hub/django-chat-app/assets/55393687/c48d8868-c090-4f13-89a6-c479136984a0)

The confusing bit was understanding that django and websockets are independant, but can work interdependantly.

> [!TIP]
> Before starting read up on the web socket documentation so that you understand more or less what is going on in regrards to the client side

### Now how do these work together?πŸ€”

Channels provide the backend functionality while web sockets handles the client/front-end side of things (meaning it’s always watching for new changes).

#### Links to docs
Web socket documentation :

django channels :