Skip to content

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

Notifications You must be signed in to change notification settings

ibooj/aiohttp_django_coop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.9%
  • HTML 22.0%
  • JavaScript 20.1%