WebSocket protocol implementation in Ruby This module does not provide a WebSocket server or client, but is made for using in http servers or clients to provide WebSocket support. @author Bernard "Imanel" Potocki @see github.com/imanel/websocket-ruby main repository
VERSION | = | '1.0.7' | ||
DEFAULT_VERSION | = | 13 | Default WebSocket version to use | |
ROOT | = | File.expand_path(File.dirname(__FILE__)) |