パッケージ: ruby-faye-websocket (0.10.7-1)
ruby-faye-websocket に関するリンク
Trisquel の資源:
ruby-faye-websocket ソースパッケージをダウンロード:
- [ruby-faye-websocket_0.10.7-1.dsc]
- [ruby-faye-websocket_0.10.7.orig.tar.gz]
- [ruby-faye-websocket_0.10.7-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Ruby Extras Maintainers (メールアーカイブ)
- Utkarsh Gupta
外部の資源:
- ホームページ [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
- Interpreter of object-oriented scripting language Ruby (default version)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-eventmachine (>= 0.12.0)
- Ruby/EventMachine library
-
- dep: ruby-websocket-driver (>= 0.5.1)
- WebSocket protocol handler with pluggable I/O