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.2.4'.freeze | ||
| DEFAULT_VERSION | = | 13 | Default WebSocket version to use | |
| ROOT | = | File.expand_path(File.dirname(__FILE__)) |
If set to true error will be raised instead of setting `error` method. All errors inherit from WebSocket::Error.