Vinyll's blog

( Python, Javascript & Web stuff… )

Articles related to "Websockets"

Socket.io with gevent using Flask

Socketio brings with HTML5 websockets a real time full-duplex connection. We'll see here how we can use Python on the server to manage a real-time app. We'll use Flask as it will be very basic, Gevent and SocketIO for persistant connecion and Google Maps. The application in this example will display on a map everyone connecting live.