File: control

package info (click to toggle)
node-sockjs-client 1.6.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,424 kB
  • sloc: javascript: 4,966; sh: 7; makefile: 2
file content (54 lines) | stat: -rw-r--r-- 1,741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: node-sockjs-client
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , gulp
 , node-bl
 , node-browserify
 , node-debug
 , node-gulp-rename
 , node-url-parse
 , node-inherits
 , terser
 , mocha <!nocheck>
 , node-eventsource <!nocheck>
 , node-expect.js <!nocheck>
 , node-faye-websocket <!nocheck>
 , node-proxyquire <!nocheck>
 , node-serve-static <!nocheck>
 , node-uuid <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-sockjs-client
Vcs-Git: https://salsa.debian.org/js-team/node-sockjs-client.git
Homepage: https://sockjs.org
Rules-Requires-Root: no

Package: node-sockjs-client
Architecture: all
Depends:
 ${misc:Depends}
 , node-debug
 , node-eventsource
 , node-faye-websocket
 , node-inherits
 , node-url-parse
Description: 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.