Migrate from TMS WEB Core to sgcHTML
TMS WEB Core is a commercial framework by TMS Software that compiles Delphi and modern Object Pascal to JavaScript, so the application runs client-side in the browser as a single-page application and talks to a backend over REST/JSON, often TMS XData. Teams that use it look at sgcHTML when they want their Pascal to stay native and compiled on the server, direct TDataSet access without building a separate API layer just to show data, and the debugging experience of classic Delphi server development instead of the browser.