Demos

Each link in the left menu opens a live demo built with the sgcWebSockets components. Below is what each one shows.

Real Time Quotes

Live stock quotes streamed with the Dataset protocol. The server continuously pushes price changes and the table updates in place.

Open demo

Tickets

A real-time dataset of support tickets. Create a ticket and watch it broadcast instantly to every connected client.

Open demo

Real Time Monitor

Server metrics (CPU, memory, network) published over the sgc protocol and rendered on live gauges.

Open demo

SnapShot (Binary)

Binary WebSocket frames in action: the server streams images to the browser as raw binary data.

Open demo

WAMP

The WAMP sub-protocol: subscribe to topics, publish events, and invoke remote procedure calls (RPC).

Open demo

SGC Protocol

The native sgc protocol: channels (subscribe and publish), RPC, transactions, broadcast and sessions.

Open demo

Presence

The Presence protocol: members join and leave channels, publish messages, and list who is connected.

Open demo

Server-Sent Events

One-way server push using the browser EventSource API (Server-Sent Events), no WebSocket required.

Open demo

Chat

A simple real-time, multi-user chat built on WebSockets.

Open demo

ERP Demo

A full ERP web-app (customers, providers, products, invoices and reports) built entirely with the sgcHTML components, served from this same server.

Open demo

Admin CRUD

A compact admin console showing CRUD screens, search and role-based access, rendered with sgcHTML on this same server.

Open demo

Live Monitor

A realtime operations dashboard whose KPIs are pushed live over WebSockets using the sgcHTMX engine.

Open demo

Customer Portal

A customer self-service portal (orders, profile and support) built with sgcHTML, served from this same server.

Open demo

Components Showcase

A showcase of the sgcHTML UI components (inputs, data grids, charts, QR and barcodes) plus a realtime page pushed live over WebSockets, served from this same server.

Open demo

Helpdesk

A support-ticket helpdesk (create tickets, reply threads, file attachments, an admin dashboard with stats and charts) built entirely with the sgcHTML components, served from this same server.

Open demo

HTMX

A tour of HTMX UI patterns served from Delphi: live search, multi-step wizard, inline edit, real-time validation, infinite scroll, shopping cart and cascading selects.

Open demo

Grid

Interactive data-grid patterns: sorting, filtering, inline editing, grouping, column reorder, pagination, virtual scroll and CSV export.

Open demo

Site Layout

One component builds an entire web page (header, menu, content and footer) with swappable layouts, themes and pages (TsgcHTMLComponent_Site).

Open demo