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

Changelog

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

  * Team upload
  * Update standards version to 4.6.2, no changes needed.
  * Fix build links (Closes: #1058282)

 -- Yadd <email address hidden>  Tue, 12 Dec 2023 13:57:45 +0400

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-y-websocket_1.4.5-5.dsc 2.1 KiB ed6938087321549d2f80fb20fd812247ea27a95ad2bc0849166eb6c7635bfcb0
node-y-websocket_1.4.5.orig.tar.gz 68.1 KiB 0743a11819d81d2f86a270cc140f4cd3e47dbc0f14d5c2cc6a17afde5033730a
node-y-websocket_1.4.5-5.debian.tar.xz 3.5 KiB c3315f5e4bb0904aa70eb6af7679aae30781fdb711b9322400d7c42155cd0fac

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.