Qore WebSocketUtil Module Reference  1.4

Introduction to the WebSocketUtil Module

The WebSocketUtil module provides common client and server support for RFC-6455 based WebSocket protocol implementations in Qore.

This module is used by the following modules:

  • WebSocketClient: provides an event-driven client API for connecting to WebSocket servers
  • WebSocketHandler: provides an interface to the Qore HttpServer module for implementing server-side WebSocket services

To use this module directly, use "%requires WebSocketClient" in your code, otherwise it's recommended to use one of the higher-level module listed above.

The main functionality provided by this module:

WebSocketUtil Module Release History

v1.4

v1.3

v1.2

  • fixed a bug parsing and generating the websocket close status code (issue 1216)

v1.1

v1.0