Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Quickly Build A Web Front End Using Delphi/C++ Builder With No Front End Web Technologies Knowledge

Surprised with the Title? Yes without knowledge of HTML, CSS, JavaScriptyou can build from Delphi/C++Builder your Web Front end using some of the Client/Server(FullStack) or Client-Focused third party web frameworks. Curious to know how these frameworks do this? This post will help you to understand.

What does a web front end framework does exactly: Visual Layout Designed in IDE to render in the browser with HTML, JavaScript & CSS.

Transpilers : Transcompiler(translating compiler) or source to source compiler

Some of the Pascal to JavaScript Compilers listed Below :

Commercial:

OpenSource:

C++ to Javascript ; Based on LLVM , Open Source, Compiles C++ to JavaScript.

Visual Design Front End Frameworks :

SMS (Emphasis on Node.js and cloud-based development) and Elevate Web Builder ( Emphasis on data-driven development) uses Delphi like IDE to design the UI and an Object Pascal to JavaScript transpiler to Create HTML, CSS, Javascript.

Watch the video for Overview of web frameworks and some of the front end framework Demonstration.

To know more about the list of available frameworks for Delphi have a look on this post.

Exit mobile version