软件包:ruby-websocket-driver(0.6.3-3 以及其他的) [debports]
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.16)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libruby3.1t64 (>= 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