Source: node-sockjs-client
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper-compat (= 13)
 , nodejs
 , node-debug <!nocheck>
 , node-eventsource <!nocheck>
 , node-faye-websocket <!nocheck>
 , node-inherits <!nocheck>
 , node-url-parse <!nocheck>
 , pkg-js-tools
Standards-Version: 4.5.1
Homepage: http://sockjs.org
Vcs-Git: https://salsa.debian.org/js-team/node-sockjs-client.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sockjs-client
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-nodejs

Package: node-sockjs-client
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-debug (>= 2.6.6)
 , node-eventsource (>= 0.1.6)
 , node-faye-websocket (>= 0.11.0)
 , node-inherits (>= 2.0.1)
 , node-url-parse (>= 1.1.8)
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.
