freebsd-ports/devel/py-python-socketio/pkg-descr
Sunpoet Po-Chuan Hsieh 0a3867849d Update to 4.6.1
- Update COMMENT
- Update pkg-descr
- Update WWW

Changes:	https://github.com/miguelgrinberg/python-socketio/blob/master/CHANGES.md
2020-12-13 14:42:44 +00:00

10 lines
550 B
Text

This projects implements Socket.IO clients and servers that can run standalone
or integrated with a variety of Python web frameworks.
Socket.IO is a transport protocol that enables real-time bidirectional
event-based communication between clients (typically, though not always, web
browsers) and a server. The official implementations of the client and server
components are written in JavaScript. This package provides Python
implementations of both, each with standard and asyncio variants.
WWW: https://github.com/miguelgrinberg/python-socketio