Every App and application needs a REST web service
Introduction to REST WebServices in Delphi with Danny Wind is a live series of four 1-hour sessions, each on creating web services (with WebBroker) in Delphi. This series is ongoing and has been published at Blaise Pascal Magazine. Total just over 50 pages of explanation and exercises. Each session would be live, very little slides with the…
How To Add Website Metrics To Your Apps Right Now
July 5, 2021
Website metrics are very important for webmasters to analyze and judge the efficacy and usefulness of their websites. Typically the metrics will show the ranking information, indexing information, spam range, and many more information to get an idea about the page. The…
Microsoft is announcing platform changes regarding HTML rendering in applications and RAD Studio VCL Windows library has TWebBrowser for MSHTML and TEdgeBrowser components for WebView2.
It is fairly common these days in a native applications, like a RAD Studio VCL Windows…
Angular is a trendy and robust web application design framework. It’s a development platform for creating highly efficient and sophisticated single-page apps. Angular is built on TypeScript which is a strongly-typed super-set of JavaScript. The TypeScript framework…
Presenters: Jim McKeeth, Kyle Wheeler, Kiriakos Vlahos
Join Mister PyScripter himself, Kiriakos Vlahos, along with Embarcadero General Manager Kyle Wheeler, and developer advocate Jim McKeeth for this exciting and informative webinar. Start with the basics of working with PyScripter, discover the new features introduced in version 4, learn some tricks to skyrocket your productivity, and see why…
Presenter(s): Jim McKeeth and Guests
Grab your favorite beverage and join Jim McKeeth and guests for TCoffeeAndCode, a two-hour informal discussion around the hottest topics in software development. The topic for this installment is “Real-Time Streaming & Message…
The web is basically operational using HTTP requests and responses. In this mechanism, the client always initiates the connection. There is a timeout period after which the server discards the connection. Once discarded, the client must initiate a new connection. This is OK…
WebSockets are gaining traction as more browsers, including those for mobile devices, support them. This article introduces WebSockets briefly and creates a chat app using a Websockets component for Delphi, a Windows Program Development, provided by Delphi component provider Esegece.
What are Websockets?
The WebSockets protocol allows the creation of a client-server communication channel…