File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,6 @@ intended to work under [uWSGI](http://projects.unbit.it/uwsgi/) and behind [NGiN
15
15
or [ Apache] ( http://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html ) version 2.4.5 or later.
16
16
17
17
18
- New in 0.4.5
19
- ------------
20
- * Created 1 requirements file under `` examples/chatserver/requirements.txt `` .
21
- * Renamed chatclient.py to test_chatclient.py - for django-nose testrunner.
22
- * Migrated example project to django 1.7.
23
- * Edited `` docs/testing.rst `` to show new changes for using example project.
24
- * Added support for Python 3.3 and 3.4.
25
- * Added support for Django-1.8
26
- * Removes the check for middleware by name.
27
-
28
-
29
18
Features
30
19
--------
31
20
* Largely scalable for Django applications with many hundreds of open websocket connections.
@@ -48,6 +37,10 @@ so that the Django application can “talk” to the browser. This is because th
48
37
the server is through the Websocket and thus, by definition a long living connection. For scalability reasons you
49
38
can't start a Django server thread for each of these connections.
50
39
40
+ Release History
41
+ ---------------
42
+ Refer to [ changelog.rst] ( docs/changelog.rst )
43
+
51
44
Build status
52
45
------------
53
46
[ ![ Build Status] ( https://travis-ci.org/jrief/django-websocket-redis.png?branch=master )] ( https://travis-ci.org/jrief/django-websocket-redis )
You can’t perform that action at this time.
0 commit comments