Socket
Book a DemoInstallSign in
Socket

django-tornado-websockets

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-tornado-websockets

Simple way to use WebSockets for Django with Tornado

pipPyPI
Version
0.2.2
Maintainers
1

django-tornado-websockets

.. image:: https://travis-ci.org/Kocal/django-tornado-websockets.svg?branch=master :target: https://travis-ci.org/Kocal/django-tornado-websockets

.. image:: https://coveralls.io/repos/github/Kocal/django-tornado-websockets/badge.svg?branch=master :target: https://coveralls.io/github/Kocal/django-tornado-websockets?branch=master

.. image:: https://badge.fury.io/py/django-tornado-websockets.svg :target: https://badge.fury.io/py/django-tornado-websockets

Django-tornado-websockets is a useful solution to provide an easy way to use Tornado WebSockets with a Django application.

Supported versions

=================== =================================================================== Symbol Meaning =================== =================================================================== :white_check_mark: Works like a charm :warning: Works even if Python X.Y is not officially supported by Django X.Y . Waiting for Django X.Y release Django X.Y is not compatible with Python X.Y =================== ===================================================================

====== =================== =================== =================== =================== ========== ========== Django Python 2.7 Python 3.3 Python 3.4 Python 3.5 Python 3.6 Python 3.7 ====== =================== =================== =================== =================== ========== ========== 1.8 :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :warning: :warning: 1.9 :white_check_mark: :white_check_mark: :white_check_mark: :warning: :warning: 1.10 :white_check_mark: :white_check_mark: :white_check_mark: :warning: :warning: 1.11 . . . . . 2.0 . . . ====== =================== =================== =================== =================== ========== ==========

Documentation

Documentation is available on Read the Docs:

But also on my own server: http://docs.kocal.fr/django-tornado-websockets/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts