[ 原始碼: node-websocket ]
套件:node-websocket(1.0.35+~cs11.0.28-1 以及其他的)
node-websocket 的相關連結
Debian 的資源:
下載原始碼套件 node-websocket:
- [node-websocket_1.0.35+~cs11.0.28-1.dsc]
- [node-websocket_1.0.35+~cs11.0.28.orig-bufferutil.tar.gz]
- [node-websocket_1.0.35+~cs11.0.28.orig-types-websocket.tar.gz]
- [node-websocket_1.0.35+~cs11.0.28.orig-utf-8-validate.tar.gz]
- [node-websocket_1.0.35+~cs11.0.28.orig-yaeti.tar.gz]
- [node-websocket_1.0.35+~cs11.0.28.orig.tar.gz]
- [node-websocket_1.0.35+~cs11.0.28-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
WebSocket implementation for NodeJS
An implementation of the WebSocket API for NodeJS.
WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455.
Node.js is an event-based server-side JavaScript engine.
其他與 node-websocket 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libnode115 (>= 20.17.0+dfsg)
- evented I/O for V8 javascript - runtime library
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3
-
- dep: node-debug
- small debugging utility for Node.js
-
- dep: node-es5-ext
- ECMAScript extensions and shims
-
- dep: node-typedarray-to-buffer
- JavaScript utility converting TypedArray to buffer without copy