Skip to content

Instantly share code, notes, and snippets.

@anandtripathi5
Last active February 27, 2022 20:13
Show Gist options
  • Save anandtripathi5/b7fee285f6735b6f7de7095380f5b205 to your computer and use it in GitHub Desktop.
Save anandtripathi5/b7fee285f6735b6f7de7095380f5b205 to your computer and use it in GitHub Desktop.
from flask_socketio import SocketIO
socketio = SocketIO(async_mode="gevent", cors_allowed_origins='some url')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment