[ 原始碼: ruby-websocket-driver ]
套件:ruby-websocket-driver(0.6.3-3 以及其他的)
ruby-websocket-driver 的相關連結
Debian 的資源:
下載原始碼套件 ruby-websocket-driver:
- [ruby-websocket-driver_0.6.3-3.dsc]
- [ruby-websocket-driver_0.6.3.orig.tar.gz]
- [ruby-websocket-driver_0.6.3-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
WebSocket protocol handler with pluggable I/O
This module provides a complete implementation of the WebSocket protocols that can be hooked up to any TCP library. It aims to simplify things by decoupling the protocol details from the I/O layer, such that users only need to implement code to stream data in and out of it without needing to know anything about how the protocol actually works.
Think of it as a complete WebSocket system with pluggable I/O.
其他與 ruby-websocket-driver 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.1.3)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libruby (<< 1:3.2~)
- Libraries necessary to run Ruby
- dep: libruby (>= 1:3.1~0)
-
- dep: libruby3.1 (>= 3.1.2)
- Libraries necessary to run Ruby 3.1
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-websocket-extensions (>= 0.1.0)
- Generic extension manager for WebSocket connections