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
|
Source: node-ws
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>, Jérémy Lal <kapouer@melix.org>
Build-Depends:
debhelper (>= 9.0.0),
dh-buildinfo,
help2man (>= 1.47.1),
mocha,
nodejs (>= 4.0),
nodejs-dev,
node-commander,
node-expect.js,
node-nan (>= 2.0.5),
node-gyp,
node-should,
node-tinycolor
Standards-Version: 3.9.8
Homepage: https://github.com/websockets/ws
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-ws.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-ws.git
Package: node-ws
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
nodejs,
node-commander,
node-tinycolor
Description: 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.
|