WebBrokerBridge WebSockets
Add WebSocket support to Delphi DataSnap applications using WebBrokerBridge. Upgrade existing REST APIs with real-time bidirectional communication.
Add WebSocket support to Delphi DataSnap applications using WebBrokerBridge. Upgrade existing REST APIs with real-time bidirectional communication.
uses
sgcWebSocket_Server_WebBrokerBridge;
var
Bridge: TsgcWebSocketWebBrokerBridge;
begin
Bridge := TsgcWebSocketWebBrokerBridge.Create(nil);
Bridge.Port := 8080;
Bridge.OnMessage := HandleMessage;
Bridge.Start;
end;
Deep-link to the component reference, grab the ready-to-run demo project, and download the trial.