The project, is focused on a real time chat app utilizing vue
library and Django
backend.
The api was heavily dependent on Django restframework
.
Unitests have also been imlemented on every app (apis)
,
to ensure quality code.
Coverage has also been used to monitor the quality of tests based on it's report
It referes to a third part module that extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It provides a way to handle real-time, bi-directional communication between the server and client, making it ideal for building applications such as chat rooms, real-time dashboards, and online games.
Django Channels is built on top of the popular asyncio library, which is part of Python's standard library, and it uses the WebSockets protocol to enable real-time communication between the client and server. It also supports other protocols such as HTTP long-polling, Server-Sent Events (SSE), and more.
Some of the key features of Django Channels include:
- Asynchronous handling of requests
- WebSockets support
- Custom protocol support
- Django integration
- git clone 'this repo's link'
- make build
- make up
- make makemigrations
- make migrate
- Access on 0.0.0.0:8080