套件:ruby-faye-websocket(0.11.0-1)
ruby-faye-websocket 的相關連結
Debian 的資源:
下載原始碼套件 ruby-faye-websocket:
- [ruby-faye-websocket_0.11.0-1.dsc]
- [ruby-faye-websocket_0.11.0.orig.tar.gz]
- [ruby-faye-websocket_0.11.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Standards-compliant WebSocket client and server
This is a general-purpose WebSocket implementation extracted from the Faye project. It provides classes for easily building WebSocket servers and clients in Ruby. It does not provide a server itself, but rather makes it easy to handle WebSocket connections within an existing Rack 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.
其他與 ruby-faye-websocket 有關的套件
|
|
|
|
-
- dep: ruby-eventmachine
- Ruby/EventMachine library
-
- dep: ruby-websocket-driver
- WebSocket protocol handler with pluggable I/O