Port details |
- py-pycrdt-websocket WebSocket connector for pycrdt
- 0.15.3 devel =2 0.14.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-12-14 20:54:13
- Last Update: 2024-12-25 19:15:35
- Commit Hash: ad8b26c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/jupyter-server/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.
- 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 py311-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 py311-pycrdt-websocket listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pycrdt-websocket
- Package flavors (<flavor>: <package>)
- py311: py311-pycrdt-websocket
- distinfo:
- TIMESTAMP = 1734888264
SHA256 (pycrdt_websocket-0.15.3.tar.gz) = 8f5a487a921cdf45406e0b49e0876e60f840bcc8dcc5a731c48ec95c9c3ba3cc
SIZE (pycrdt_websocket-0.15.3.tar.gz) = 18822
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:
-
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-anyio>=3.6.2<5 : devel/py-anyio@py311
- py311-pycrdt>=0.10.3<0.11.0 : devel/py-pycrdt@py311
- py311-sqlite-anyio>=0.2.3<0.3.0 : databases/py-sqlite-anyio@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-jupyter-server-ydoc
Configuration Options:
- ===> The following configuration options are available for py311-pycrdt-websocket-0.15.3:
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:
|