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 demoTickets
A real-time dataset of support tickets. Create a ticket and watch it broadcast instantly to every connected client.
Open demoReal Time Monitor
Server metrics (CPU, memory, network) published over the sgc protocol and rendered on live gauges.
Open demoSnapShot (Binary)
Binary WebSocket frames in action: the server streams images to the browser as raw binary data.
Open demoWAMP
The WAMP sub-protocol: subscribe to topics, publish events, and invoke remote procedure calls (RPC).
Open demoSGC Protocol
The native sgc protocol: channels (subscribe and publish), RPC, transactions, broadcast and sessions.
Open demoPresence
The Presence protocol: members join and leave channels, publish messages, and list who is connected.
Open demoServer-Sent Events
One-way server push using the browser EventSource API (Server-Sent Events), no WebSocket required.
Open demoERP Demo
A full ERP web-app (customers, providers, products, invoices and reports) built entirely with the sgcHTML components, served from this same server.
Open demoAdmin CRUD
A compact admin console showing CRUD screens, search and role-based access, rendered with sgcHTML on this same server.
Open demoLive Monitor
A realtime operations dashboard whose KPIs are pushed live over WebSockets using the sgcHTMX engine.
Open demoCustomer Portal
A customer self-service portal (orders, profile and support) built with sgcHTML, served from this same server.
Open demoComponents 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 demoHelpdesk
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 demoHTMX
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 demoGrid
Interactive data-grid patterns: sorting, filtering, inline editing, grouping, column reorder, pagination, virtual scroll and CSV export.
Open demoSite Layout
One component builds an entire web page (header, menu, content and footer) with swappable layouts, themes and pages (TsgcHTMLComponent_Site).
Open demo