All Projects → fcurella → django-channels-react-redux

fcurella / django-channels-react-redux

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to django-channels-react-redux

channels-asgi-mqtt
Interface between MQTT and ASGI and Channels 2.0 compatible
Stars: ✭ 36 (+157.14%)
Mutual labels:  django-channels
django-rest-live
Subscribe to updates from Django REST Framework over Websockets.
Stars: ✭ 48 (+242.86%)
Mutual labels:  django-channels
geiss
An protocol server for django channels 1 written in go
Stars: ✭ 27 (+92.86%)
Mutual labels:  django-channels
django-concurrency-talk
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
Stars: ✭ 49 (+250%)
Mutual labels:  django-channels
django-webssh
django + django_channles 实现的 webssh
Stars: ✭ 71 (+407.14%)
Mutual labels:  django-channels
twitter-api
Django Rest framework Real Time Twitter API . Fully functional twitter app with websocket api to notify and send chat in real time using django channels.
Stars: ✭ 30 (+114.29%)
Mutual labels:  django-channels
asgi-mqtt
Interface between MQTT and ASGI
Stars: ✭ 34 (+142.86%)
Mutual labels:  django-channels

Django Channels React Example

Minimalistic example app that uses Django Channels to dispatch and responds to React/Redux actions.

For a reusable implementation, see fcurella/django_redux.

Quickstart

$ npm install
$ npm install --devOnly
$ npm run compile

$ pip install -r REQUIREMENTS.txt
$ ./manage.py migrate
$ ./manage.py runserver

Credits

Most of this code is adapted from johnpaulett/channel_chat.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].