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

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

A django chat app that demonstrates the power or websockets with the purpose of learning and understand django channels.
https://github.com/david-code-hub/django-chat-app

bootsrap django django-channels django-chat-app

Last synced: 3 months ago
JSON representation

A django chat app that demonstrates the power or websockets with the purpose of learning and understand django 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 :