freebsd-ports/www/py-flask-socketio/pkg-descr
Sunpoet Po-Chuan Hsieh 7ad796737f Update to 4.3.2
- Update PORTNAME: use lowercase
- Add LICENSE_FILE
- Add NO_ARCH
- Update pkg-descr

Changes:	https://github.com/miguelgrinberg/Flask-SocketIO/blob/master/CHANGES.md
2020-12-13 14:45:55 +00:00

7 lines
378 B
Text

Flask-SocketIO gives Flask applications access to low latency bi-directional
communications between the clients and the server. The client-side application
can use any of the SocketIO official clients libraries in Javascript, C++, Java
and Swift, or any compatible client to establish a permanent connection to the
server.
WWW: https://github.com/miguelgrinberg/Flask-SocketIO