File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,14 @@ including Gevent. Inspired by `Flask-Sockets
24
24
if __name__ == ' __main__' :
25
25
app.run(gevent = 100 )
26
26
27
+
27
28
Installation
28
29
------------
29
30
Preferred method of installation is via pip::
30
31
31
32
$ pip install Flask-uWSGI-WebSocket
32
33
34
+
33
35
Deployment
34
36
----------
35
37
You can use uWSGI's built-in HTTP router to get up and running quickly::
@@ -51,10 +53,10 @@ gevent loop engine::
51
53
52
54
app.run(debug=True, gevent=100)
53
55
54
- For production you'll probably want to run uWSGI behind Haproxy or nginx of
55
- course, instead of using the built-int HTTP router. Explore the `uWSGI
56
- documentation <http://uwsgi-docs.readthedocs.org/en/latest/WebSockets.html> `_
57
- for more detail .
56
+ For production you'll probably want to run uWSGI behind Haproxy or nginx,
57
+ instead of using the built-int HTTP router. Explore the `uWSGI documentation
58
+ <http://uwsgi-docs.readthedocs.org/en/latest/WebSockets.html> `_ for more
59
+ detail about the various concurrency and deployment options .
58
60
59
61
60
62
Development
You can’t perform that action at this time.
0 commit comments