Skip to content
@webforms-core

WebForms Core

Revolutionary technology for modifying HTML DOMs from the server.

WebForms Core Technology

WebForms Core (WFC) is a server-driven technology for manipulating HTML elements from server-side code. It radically simplifies front-end development: you design your HTML page and manage its interface directly from the server.

The Renaissance of the Server

WebForms Core uses a server-command/client-execution approach instead of the conventional request–response/rendering model commonly used by web frameworks to manage interactive UI state.

In WebForms Core, the WebForms class on the server communicates with WebFormsJS in the browser. The server generates commands that WebFormsJS executes directly against the HTML DOM.

To use WebForms Core, include WebFormsJS in the <head> section of your HTML page and use the WebForms class on the server side.

Example

WebForms form = new WebForms();

form.AddTag("<form>", "h3");
form.AddText("<h3>-1", "File was upload.");
form.AddTag("<form>", "img");
form.SetAttribute("<form>|<img>-1", "src", FilePath);
form.SetWidth("<form>|<img>-1", 400);

Write(form.Response());

Result

WebForms Core Technology - Image Upload Example

Pinned Loading

  1. Web_forms Web_forms Public

    WebForms Core front-end. WebFormsJS is a JavaScript library that manages HTML page tags (insert, edit, delete) based on the data it receives from the server.

    JavaScript 11 1

  2. Web_forms_classes Web_forms_classes Public

    WebForms Core back-end. WebForms Core technology is available in all programming languages.

    C 10

Repositories

Showing 6 of 6 repositories
  • Web_forms_classes Public

    WebForms Core back-end. WebForms Core technology is available in all programming languages.

    webforms-core/Web_forms_classes's past year of commit activity
    C 10 MIT 0 0 0 Updated Sep 22, 2026
  • swift Public

    WebForms.swift - The Back-End Part of WebForms Core Technology, Owned by Elanat (https://elanat.net). This repository is a SPM package.

    webforms-core/swift's past year of commit activity
    Swift 0 MIT 0 0 0 Updated Sep 22, 2026
  • Web_forms Public

    WebForms Core front-end. WebFormsJS is a JavaScript library that manages HTML page tags (insert, edit, delete) based on the data it receives from the server.

    webforms-core/Web_forms's past year of commit activity
    JavaScript 11 MIT 1 0 0 Updated Sep 18, 2026
  • .github Public
    webforms-core/.github's past year of commit activity
    0 MIT 0 0 0 Updated Sep 10, 2026
  • go Public

    webforms.go - The Back-End Part of WebForms Core Technology, Owned by Elanat (https://elanat.net). This repository is a Go Packages package.

    webforms-core/go's past year of commit activity
    Go 0 MIT 0 0 0 Updated Sep 9, 2026
  • php Public

    WebForms.php - The Back-End Part of WebForms Core Technology, Owned by Elanat (https://elanat.net). This repository is a Composer package.

    webforms-core/php's past year of commit activity
    PHP 0 0 0 0 Updated Sep 7, 2026

Top languages

Loading…

Most used topics

Loading…