[ 源代码: 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: libruby2.7 (>= 2.7.0~preview1)
- Libraries necessary to run Ruby 2.7
-
- dep: ruby (<< 1:2.8~)
- Interpreter of object-oriented scripting language Ruby (default version)
- dep: ruby (>= 1:2.7~0)
-
- dep: ruby-websocket-extensions (>= 0.1.0)
- Generic extension manager for WebSocket connections