Skip to main content

One doc tagged with "connect"

View all tags

Genesis Connect

Genesis Connect encapsulates the functionality for establishing and managing connections between a client and a server. It supports both WebSocket (real-time bi-directional) and HTTP (polling-based) communication modes, allowing applications to work in environments where WebSocket is not available or preferred. This guide covers the various components, functionalities, and usage patterns of the @Connect service.