| Port details |
- py-pycrdt-websocket WebSocket connector for pycrdt
- 0.16.4 devel
=0 0.16.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-12-14 20:54:13
- Last Update: 2026-07-11 12:21:14
- Commit Hash: fe3ebf6
- Also Listed In: python
- License: MIT
- WWW:
- https://y-crdt.github.io/pycrdt-websocket/
- https://github.com/y-crdt/pycrdt-websocket
- Description:
- Pycrdt-websocket is a Python library for building WebSocket servers and clients
that connect and synchronize shared documents. It can be used to create
collaborative web applications.
The following diagram illustrates a typical architecture. The goal is to share a
document among several clients.
Each client has an instance of a Doc, representing their view of a document. A
shared document also lives in a room on the server side. Conceptually, a room
can be seen as the place where clients collaborate on a document. The WebSocket
to which a client connects points to the corresponding room through the endpoint
path. In the example below, clients A and B connect to a WebSocket at path
room-1, and thus both clients find themselves in a room called room-1. All the
Doc synchronization logic is taken care of by the WebsocketProvider.
Each update to a shared document can be persisted to disk using a store, which
can be a file or a database.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pycrdt-websocket>0:devel/py-pycrdt-websocket@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pycrdt-websocket/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pycrdt-websocket
- pkg install py312-pycrdt-websocket
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-pycrdt-websocket listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-pycrdt-websocket
- Package flavors (<flavor>: <package>)
- py312: py312-pycrdt-websocket
- distinfo:
- TIMESTAMP = 1783564082
SHA256 (pycrdt_websocket-0.16.4.tar.gz) = 6d90f36f4a1d51b3736caf8698fc3745ff44bb20cb820ff0033bfc76d4737da9
SIZE (pycrdt_websocket-0.16.4.tar.gz) = 23851
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-hatchling>=0 : devel/py-hatchling@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-anyio>=3.6.2<5 : devel/py-anyio@py312
- py312-pycrdt>=0.14.0<0.15.0 : devel/py-pycrdt@py312
- py312-pycrdt-store>=0.1.5<0.2.0 : devel/py-pycrdt-store@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- devel/py-jupyter-server-ydoc
Configuration Options:
- ===> The following configuration options are available for py312-pycrdt-websocket-0.16.4:
DJANGO=off: Django support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-pycrdt-websocket
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|