Nice tutorial,
https://www.openshift.com/blogs/beginners-guide-to-writing-flask-apps-on-openshift
Monday, June 16, 2014
Easy WebSockets with Flask and Gevent
Quote from site
I'm happy to introduce Flask-SocketIO, a very easy to use extension that enables WebSocket communications in Flask applications.
http://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent
I'm happy to introduce Flask-SocketIO, a very easy to use extension that enables WebSocket communications in Flask applications.
http://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent
Flask-SocketIO
Quote from site:
Flask-SocketIO gives Flask applications access to low latency bi-direccional communications between the clients and the server. The client-side application can use the SocketIO Javascript library or any compatible client to establish a permanent connection to the server.
http://flask-socketio.readthedocs.org/en/latest/
Flask-SocketIO gives Flask applications access to low latency bi-direccional communications between the clients and the server. The client-side application can use the SocketIO Javascript library or any compatible client to establish a permanent connection to the server.
http://flask-socketio.readthedocs.org/en/latest/
Subscribe to:
Posts (Atom)