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

https://github.com/deepak1725/djangular

Django(3.2) configured with Angular4 for basic Chat operations
https://github.com/deepak1725/djangular

angular django signup-operation webpack

Last synced: 3 months ago
JSON representation

Django(3.2) configured with Angular4 for basic Chat operations

Awesome Lists containing this project

README

          

# Djangular [![Build Status](https://travis-ci.org/deepak1725/djangular.svg?branch=master)](https://travis-ci.org/deepak1725/djangular)

Djangular is a real time chat app, which aims at delivering messages with minimum latenty and best user experience.

## What it Does..??
1. It is real-time chat app, group chat and Personal chat
2. User can able to make his own groups or join already made groups.


## Technology behind
1. Django 3.2 in Backend, and Angular 4 in Frontend.
2. Pubnub Chat Engine is used for minimum latency across the world
3. Reactive Event driven Programming.
4. Redux is used for FrontEnd state retaining.
4. Latest ES6 JS features with modern browser support.

## Installation:

1. `git clone`
2. `pipenv install`.

## Misc:
1. Check [Live](https://mydjangular.herokuapp.com/)
2. Currently Project in under active development.

### Enjoy!! Do Star it. :)