Flask-Sockets 0.2.1
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: 26, Watchers: 26, Forks: 14, Open Issues: 0The kennethreitz/flask-sockets
repo was created 3 years ago and the last code push was 2 years ago. The project is moderately popular with 26 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
Related Packages
Errors
A list of common flask-sockets errors.
Code Examples
Here are some flask-sockets
code examples and snippets.