miguelgfierro / codebase

Code base for programming projects
https://miguelgfierro.com
Other
53 stars 16 forks source link

websockets #216

Closed miguelgfierro closed 6 years ago

miguelgfierro commented 6 years ago

http://flask-socketio.readthedocs.io/en/latest/

miguelgfierro commented 6 years ago

https://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent

https://tutorials.technology/tutorials/61-Create-an-application-with-websockets-and-flask.html

https://secdevops.ai/weekend-project-part-2-turning-flask-into-a-real-time-websocket-server-using-flask-socketio-ab6b45f1d896

https://flask-socketio.readthedocs.io/en/latest/

miguelgfierro commented 6 years ago

https://github.com/Lawouach/WebSocket-for-Python CherryPy doesn't implement the socket.io protocol, nor does it support WebSocket as a built-in. However, there is an extension to CherryPy, called ws4py, that implements only the bare WebSocket protocol on top of its stack. You could start there probably.

https://github.com/Lawouach/WebSocket-for-Python/tree/master/example/basic

https://github.com/Lawouach/WebSocket-for-Python deprecated

miguelgfierro commented 6 years ago

https://github.com/heroku-python/flask-sockets

miguelgfierro commented 6 years ago

https://www.shanelynn.ie/asynchronous-updates-to-a-webpage-with-flask-and-socket-io/

https://github.com/shanealynn/async_flask

miguelgfierro commented 6 years ago

https://api.jquery.com/submit/

miguelgfierro commented 6 years ago

Try https://github.com/miguelgrinberg/Flask-SocketIO/blob/master/example/templates/index.html

And https://github.com/miguelgrinberg/Flask-SocketIO/blob/master/example/app.py