node-sockjs-client 1.6.0+dfsg1-2 source package in Ubuntu

Changelog

node-sockjs-client (1.6.0+dfsg1-2) unstable; urgency=medium

  * Team Upload.
  * Build with gulp

 -- Yadd <email address hidden>  Thu, 14 Apr 2022 11:56:32 +0530

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sockjs-client_1.6.0+dfsg1-2.dsc 2.4 KiB 755ff15e8b5a6ec136708a3eef13f04bf9618fa74dc2a97553f82204b9df0ed6
node-sockjs-client_1.6.0+dfsg1.orig.tar.xz 145.1 KiB 34f871dbd66b55b099f8183b63151a53372265d20ee3871381c67dc83499c590
node-sockjs-client_1.6.0+dfsg1-2.debian.tar.xz 24.5 KiB 37552aab32e03207c9dcbd294ee73e582c7150b7e268886e46d19b57c4cbdd6d

No changes file available.

Binary packages built by this source

node-sockjs-client: provides a WebSocket-like object in browser

 SockJS-client is a browser JavaScript library that provides a WebSocket-like
 object. SockJS gives you a coherent, cross-browser, Javascript API which
 creates a low latency, full duplex, cross-domain communication channel between
 the browser and the web server.
 .
 Under the hood SockJS tries to use native WebSockets first. If that fails it
 can use a variety of browser-specific transport protocols and presents them
 through WebSocket-like abstractions.
 .
 SockJS is intended to work for all modern browsers and in environments which
 don't support the WebSocket protocol -- for example, behind restrictive
 corporate proxies.
 .
 Node.js is an event-based server-side JavaScript engine.