Source: node-websocket-stream Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Ying-Chun Liu (PaulLiu) Build-Depends: debhelper (>= 9), dh-buildinfo, nodejs Standards-Version: 4.4.1 Homepage: https://github.com/maxogden/websocket-stream#readme Vcs-Git: https://salsa.debian.org/js-team/node-websocket-stream.git Vcs-Browser: https://salsa.debian.org/js-team/node-websocket-stream Package: node-websocket-stream Architecture: all Depends: node-duplexify (>= 3.5.1), node-inherits (>= 2.0.1), node-readable-stream (>= 2.3.3), node-safe-buffer (>= 5.1.2), node-ws (>= 3.2.0), node-xtend (>= 4.0.0), nodejs, ${misc:Depends} Description: use websockets with the node streams API in browser and node Use HTML5 websockets using the Node Streams API. This module works in Node or in Browsers that support WebSockets. You can use browserify to package this module for browser use. . Node.js is an event-based server-side JavaScript engine.