mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
494 B
Text
8 lines
494 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.
|