node-y-websocket 1.4.5-4 source package in Ubuntu

Changelog

node-y-websocket (1.4.5-4) unstable; urgency=medium

  * Team upload
  * Replace /releases by /tags in GitHub urls

 -- Yadd <email address hidden>  Wed, 02 Nov 2022 08:54:37 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-y-websocket_1.4.5-4.dsc 2.1 KiB b2fd47711e4a6ca48db8457c7dd2e64286ddf5e290816b22a0fa952262de361c
node-y-websocket_1.4.5.orig.tar.gz 68.1 KiB 0743a11819d81d2f86a270cc140f4cd3e47dbc0f14d5c2cc6a17afde5033730a
node-y-websocket_1.4.5-4.debian.tar.xz 3.5 KiB 1f9855007af7c1db94bac6e0c7078293c74a43c4ad13762613e76c58ac4ffca4

Available diffs

No changes file available.

Binary packages built by this source

node-y-websocket: Websockets provider for Yjs

 The Websocket Provider implements a classical client server
 model. Clients connect to a single endpoint over Websocket. The
 server distributes awareness information and document updates among
 clients.
 .
 The Websocket Provider is a solid choice if you want a central source
 that handles authentication and authorization. Websockets also send
 header information and cookies, so you can use existing
 authentication mechanisms with this server.
 .
 Node.js is an event-based server-side JavaScript engine.