We use cookies
We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
sgcWebSockets is a complete package providing access to WebSockets protocol, allowing to create WebSockets Servers and Clients for Delphi and CBuilder Projects.
Several Protocols and APIs are also supported.
WebRTC Server Component for Delphi, .NET and CBuilder.
Following features are implemented
Code Examples for WebRTC Server.
// Create websocket server
oServer := TsgcWebSocketServer.Create(nil);
oServer.Port := 80;
// Create WebRTC protocol and assign to websocket server
oWebRTC := TsgcWSPServer_WebRTC.Create(nil);
oWebRTC.Server := oServer;
// Handle Server methods
oWebRTC.OnConnect := OnWebRTCConnectHandler;
oWebRTC.OnMessage := OnWebRTCDisconnectHandler;
// start server
oServer.Active := True;
We would love to hear about your projects. Got a question? Drop us a mail.
eSeGeCe
Barcelona
Spain (Europe)