套件:node-faye-websocket(0.11.4-2)
node-faye-websocket 的相關連結
Debian 的資源:
下載原始碼套件 node-faye-websocket:
- [node-faye-websocket_0.11.4-2.dsc]
- [node-faye-websocket_0.11.4.orig.tar.gz]
- [node-faye-websocket_0.11.4-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
standards-compliant WebSocket library for Node.js
This is a general-purpose WebSocket implementation extracted from the Faye project. It provides classes for easily building WebSocket servers and clients in Node. It does not provide a server itself, but rather makes it easy to handle WebSocket connections within an existing Node application. It does not provide any abstraction other than the standard WebSocket API.
It also provides an abstraction for handling EventSource connections, which are one-way connections that allow the server to push data to the client. They are based on streaming HTTP responses and can be easier to access via proxies than WebSockets.
Node.js is an event-based server-side JavaScript engine.
其他與 node-faye-websocket 有關的套件
|
|
|
|
-
- dep: node-websocket-driver
- WebSocket protocol handler with pluggable I/O for Node.js