Contents

Flask-Sockets 0.2.1

0

Elegant WebSockets for your Flask apps.

The Flask-Sockets package is a Python library that extends the Flask web framework with support for WebSockets, a protocol that allows for real-time, bidirectional communication between the server and the client. It provides a simple and elegant way to integrate WebSockets into your Flask applications, with support for Flask's routing mechanism and session handling. The library also supports the use of Flask blueprints and AJAX/XHR endpoints, offering a flexible and powerful tool for building interactive web applications.

Stars: 25, Watchers: 25, Forks: 14, Open Issues: 0

The kennethreitz/flask-sockets repo was created 3 years ago and the last code push was 1 years ago. The project is not very popular with only 25 github stars!

How to Install flask-sockets

You can install flask-sockets using pip

pip install flask-sockets

or add it to a project with poetry

poetry add flask-sockets

Package Details

Author
Kenneth Reitz
License
See License
Homepage
https://github.com/kennethreitz/flask-sockets
PyPi:
https://pypi.org/project/Flask-Sockets/
GitHub Repo:
https://github.com/kennethreitz/flask-sockets

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
  • Software Development/Libraries/Python Modules
No  flask-sockets  pypi packages just yet.

Errors

A list of common flask-sockets errors.

Code Examples

Here are some flask-sockets code examples and snippets.

Related Packages & Articles

Flask-Silk 0.2

Adds silk icons to your Flask application or blueprint, or extension.

flask-restx 1.3.0

Fully featured framework for fast, easy and documented API development with Flask

flask-restplus 0.13.0

Fully featured framework for fast, easy and documented API development with Flask