Intro
Image is not available
sgcWebSockets
Share your code using our WebSockets Components for
Delphi, CBuilder and Lazarus.
sgcWebSockets
sgcWebSockets

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 (Web Real-Time Communication) is a free, open-source project that provides web browsers and mobile applications with real-time communication (RTC) via simple application programming interfaces (APIs). It allows audio and video communication to work inside web pages by allowing direct peer-to-peer communication, eliminating the need to install plugins or download native apps.

Standard

Supported by Google, Mozilla, and Opera, WebRTC is being standardized through the World Wide Web Consortium (W3C) and the Internet Engineering Task Force (IETF).

Wide

Its mission is to enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices.

Applications

Build WebRTC Applications for: Secure Video Monitoring, Shared live media streaming, Video conversations with experts, Interactive online gaming...

Create 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;

Contact
We'd love to hear from you.

We would love to hear about your projects. Got a question? Drop us a mail.

Barcelona, Spain
Mon - Fri / 9AM - 5PM
Image is not available

eSeGeCe

Barcelona
Spain (Europe)