套件:node-sockjs-client(1.6.1+dfsg1-2)
node-sockjs-client 的相關連結
Debian 的資源:
下載原始碼套件 node-sockjs-client:
- [node-sockjs-client_1.6.1+dfsg1-2.dsc]
- [node-sockjs-client_1.6.1+dfsg1.orig.tar.xz]
- [node-sockjs-client_1.6.1+dfsg1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [sockjs.org]
相似套件:
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.
其他與 node-sockjs-client 有關的套件
|
|
|
|
-
- dep: node-debug
- small debugging utility for Node.js
-
- dep: node-eventsource
- W3C compliant EventSource client for Node.js
-
- dep: node-faye-websocket
- standards-compliant WebSocket library for Node.js
-
- dep: node-inherits
- Node.js module that exposes inherits function
-
- dep: node-url-parse
- Parse URL in node using the URL module and in the browser using the DOM