niklak / aiohttp_django_coop

Django project with Angularjs application that uses Django REST Framework and Aiohttp for it`s purpose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angularjs application that uses Django Rest Framework and Aiohttp

Actually it is a Django application with Angularjs application stored in Django`s static root. Angularjs app. uses DRF app. for user authentication and retreiving channel list and chat history. For real-time messaging this app. uses aiohttp web-server with one web-socket handler.

Django REST Framework app. requires:

  1. Django 1.9
  2. djangorestframework 3.3.2
  3. psycopg2 2.6.1
  4. django-debug-toolbar (optionally, for the debug)
  5. redis (optionally)
  6. django-redis-cache (optionally)

Aiohttp app. requires:

  1. aiohttp 0.21.2
  2. aioredis 0.2.5
  3. aiopg 0.9.2

For social auth:

  1. python-social-auth

Angularjs app. uses cdn packages (1.5.0)

About

Django project with Angularjs application that uses Django REST Framework and Aiohttp for it`s purpose.


Languages

Language:Python 58.0%Language:HTML 22.0%Language:JavaScript 20.1%