WebBrokerBridge WebSockets

Add WebSocket support to Delphi DataSnap applications using WebBrokerBridge. Upgrade existing REST APIs with real-time bidirectional communication.

Capabilities

  • Add WebSocket support to existing DataSnap servers
  • WebBrokerBridge integration for seamless upgrade
  • Coexist with existing REST/HTTP endpoints
  • Real-time bidirectional communication
  • Compatible with all Delphi DataSnap versions

Delphi Example

uses
  sgcWebSocket_Server_WebBrokerBridge;

var
  Bridge: TsgcWebSocketWebBrokerBridge;
begin
  Bridge := TsgcWebSocketWebBrokerBridge.Create(nil);
  Bridge.Port := 8080;
  Bridge.OnMessage := HandleMessage;
  Bridge.Start;
end;

Documentation & Demos

Deep-link to the component reference, grab the ready-to-run demo project, and download the trial.

Ready to Add WebSockets to DataSnap?

Download the free trial and start building in minutes.