eSeGeCe Blog
Release notes, deep dives, and tutorials for sgcWebSockets, sgcHTML, sgcOpenAPI, sgcSign, sgcBiometrics, and sgcIndy.
Release notes, deep dives, and tutorials for sgcWebSockets, sgcHTML, sgcOpenAPI, sgcSign, sgcBiometrics, and sgcIndy.

From sgcWebSockets 4.5.2, 3Commas API is supported. 3Commas is a cryptocurrency trading platform designed to help you build automated trading bots.APIs supportedWebSockets API: connect to a public we...

sgcWebSockets supports Telegram TDLib, so you can build your own Telegram Client for any Delphi personality:Windows 32Windows 64Mac OSXiOSAndroidLinux64The Telegram libraries have been updated to the...

From sgcWebSockets 4.5.2, you can build your own STUN/TURN Server and Clients using sgcWebSockets library.STUNSession Traversal Utilities for NAT (STUN) (acronym within an acronym) is a protocol to d...

From sgcWebSockets 4.5.1 RCON protocol is supported. The Source RCON Protocol is a TCP/IP-based communication protocol used by Source Dedicated Server, which allows console commands to be issued to t...

From sgcWebSockets 4.5.1 SChannel has been improved with 2 new features:1. There is a new property in TLSOptions.SChannel_Options called CipherList where you can set which Ciphers will be used.2. The...

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.5.0:[+] : New Component TsgcSTUNServer, implements the STUN Server Protocol providing a service to discover th...

Enter your text here ... Trade Bar You can use the TradeBar for Coinbase Pro to place orders in an easy way. Configure the Order Buttons with the most used Orders and take advantage of our stable and...

Telegram API allows to get information about members of a SuperGroup. Use the method GetSuperGroupMembers to get information about members or banned users in a supergroup or channel. Can be used only...

Trade Bar You can use the TradeBar for Binance to place orders in an easy way. Configure the Order Buttons with the most used Orders and take advantage of our stable and fast components to connect to...

From sgcWebSockets 4.5.0 FTX API is supported.APIs supportedWebSockets API: connect to a public websocket server and provides real-time market data updates.REST API: The REST API has endpoints for ac...

When a client initiates a disconnection from server, there is an exchange between client and server to inform about the state of disconnection. When the process is finished, the client socket connect...

STUN (Session Traversal Utilitiies for NAT) it's an IETF protocol used for real-time audio video in IP networks. STUN is a server-client protocol, a STUN server usually operates on both UPD and TCP a...

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.9:[+] : New property "HttpUploadFiles" in HTTP Servers (TsgcWebSocketHTTPServer and TsgcWebSocketServer_HTTP...

In the latest entry blog about Apple Push Notifications, I show how use certificates to authenticate against Apple Push Servers.First enter in your developer account and create a new certificate for...

In this blog I will show how configure the sgcWebSockets JWT Client to send authenticated HTTP/2 requests to Apple Push Notification Servers.Secure your communications with Apple Push Notification se...

In the previous blog, I show how retrieve a device token, now I will show how use the HTTP/2 sgcWebSockets client to send a notification (without the authentication part).Send your remote notificatio...

sgcWebSockets library supports HTTP/2 protocol on Server and Client side components, Apple Push Notifications only allows to send Push Notifications from a Server Provider using HTTP/2 protocol, so i...

OAuth2 Client Component now supports Client Credentials as grant type, this type of grant is commonly used for server-to-server interactions that must run in the background, without immediate interac...

sgcWebSockets Servers allow to Post Big Files without affecting the server memory. When a HTTP client sends a multipart/form-data stream, the stream is saved by server in memory. When the files are b...

The latest openSSL libraries have been compiled and updated for sgcWebSockets users with an active license, the following libraries are available:1. Windows322. Windows643. OSX644. Android645. iOS64R...

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.8:[+] : New Component TsgcHTTP_JWT_Client, allows to encode and sign JWT Tokens as Authentication Bearers in...

From sgcWebSockets 4.4.8 JWT Tokens are supported on Server Components.The TsgcHTTP_JWT_Server component allows to decode and validate JWT tokens received in WebSocket Handshake when using WebSocket...

From sgcWebSockets 4.4.8 JWT is supported on Client components like WebSocket Client and HTTP/2 Client.The TsgcHTTP_JWT_Client component allows to encode and sign JWT Tokens, attached to a WebSocket...

From sgcWebSockets 4.4.8, WebSocket Protocol Files is supported by sgcWebSockets .NET Library.This protocol allows sending files using binary WebSocket transport. It can handle big files with a low m...