Skip to main content

Socket.IO integration for Flask applications

Project description

Flask-SocketIO

Build status codecov

Socket.IO integration for Flask applications.

Sponsors

The following organizations are funding this project:

Socket.IO
Socket.IO
Add your company here!

Many individual sponsors also support this project through small ongoing contributions. Why not join them?

Installation

You can install this package as usual with pip:

pip install flask-socketio

Example

from flask import Flask, render_template
from flask_socketio import SocketIO, emit
    
app = Flask(__name__)
app.config['SECRET_KEY'] = 'secret!'
socketio = SocketIO(app)

@app.route('/')
def index():
    return render_template('index.html')

@socketio.event
def my_event(message):
    emit('my response', {'data': 'got it!'})

if __name__ == '__main__':
    socketio.run(app)

Resources

Project details


Release history Release notifications | RSS feed

This version

5.3.7

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask_socketio-5.3.7.tar.gz (37.2 kB view details)

Uploaded Source

Built Distribution

Flask_SocketIO-5.3.7-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file flask_socketio-5.3.7.tar.gz.

File metadata

  • Download URL: flask_socketio-5.3.7.tar.gz
  • Upload date:
  • Size: 37.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for flask_socketio-5.3.7.tar.gz
Algorithm Hash digest
SHA256 e57685c2a2360c9e1a1d63083f45f737ce3080415fd735bc4026879e65b427bd
MD5 6c5d5a79cf31e57ad5122f5d259eed8c
BLAKE2b-256 6e6766fe6f75f4bc52ac9181b4f2e29baf0448b5f834ed4be843002d63582797

See more details on using hashes here.

Provenance

File details

Details for the file Flask_SocketIO-5.3.7-py3-none-any.whl.

File metadata

File hashes

Hashes for Flask_SocketIO-5.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 6a35cb9b8c745372c0875e5ac02391688613344e9c441ff75afecc5e2e3d0ce6
MD5 54ff8c65c535b03b19703cc994d28755
BLAKE2b-256 44988e04d087fb40d69376c3b84b59e0447dfa2f7a4cccfcd4b7e5f0460fff51

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page