Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c34c5c4

Browse files
author
zeekay
committed
update README.
1 parent eea170f commit c34c5c4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ including Gevent. Inspired by `Flask-Sockets
2424
if __name__ == '__main__':
2525
app.run(gevent=100)
2626
27+
2728
Installation
2829
------------
2930
Preferred method of installation is via pip::
3031

3132
$ pip install Flask-uWSGI-WebSocket
3233

34+
3335
Deployment
3436
----------
3537
You can use uWSGI's built-in HTTP router to get up and running quickly::
@@ -51,10 +53,10 @@ gevent loop engine::
5153

5254
app.run(debug=True, gevent=100)
5355

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.
5860

5961

6062
Development

0 commit comments

Comments
 (0)