node-ws 8.11.0+~cs13.7.3-1 source package in Ubuntu

Changelog

node-ws (8.11.0+~cs13.7.3-1) unstable; urgency=medium

  * Team upload
  * New upstream version 8.11.0+~cs13.7.3

 -- Yadd <email address hidden>  Sat, 19 Nov 2022 08:38:27 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
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-ws_8.11.0+~cs13.7.3-1.dsc 2.9 KiB da3171980f444d72eaa245113113c0055a85d0bf8c462a330e176554c53a5b24
node-ws_8.11.0+~cs13.7.3.orig-types-ws.tar.gz 4.7 KiB c62d3ded2bfbb7569587f4459bd10c7bb308fb9bf8528e3013edd9f7e8e96a71
node-ws_8.11.0+~cs13.7.3.orig-wscat.tar.gz 4.8 KiB d6c374fbc82a4641af77c31aa4af41cc6f3ce819aad3d46acf19af15620a8ac4
node-ws_8.11.0+~cs13.7.3.orig.tar.gz 77.8 KiB 098b84ca7c00b13415e34e804f22ac5048df80578bec5bbdaa4782f968b8a68a
node-ws_8.11.0+~cs13.7.3-1.debian.tar.xz 5.2 KiB 28eca89a70fd611cfd3640fec3f718ebbb812f423697110e2631c937493dcda4

No changes file available.

Binary packages built by this source

node-ws: RFC-6455 WebSocket implementation module for Node.js

 ws is a simple to use websocket implementation, up-to-date against RFC-6455,
 and probably the fastest WebSocket library for Node.js.
 .
 Passes the quite extensive Autobahn test suite. See
 http://einaros.github.com/ws for the full reports.
 .
 It also provides wscat, a command-line tool which can either act
 as a server or a client, and is useful for debugging websocket services.
 .
 Node.js is an event-based server-side javascript engine.