A faster way to build enterprise app.
VCL.JS is a TypeScript open-source platform for building enterprise web apps in a fraction of the time, whether you’re an expert developer or just getting started.
for more information http://vcljs.com

Friendly APIs help you get your job done faster.

//Simple dbgrid bounded to a query
import V = require("VCL/VCL");
export class PageHome extends V.TPage {
constructor() {
super();

//create a backend query
var qur = new V.TQuery(this);
qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers";
qur.open();

//create a grid on the screen
var grd = new V.TDBGrid(this, "grid");
grd.Dataset = qur; //bind the grid to the dataset
grd.PageSize = 15;

var col = grd.createColumn(“FirstName”);
var col = grd.createColumn(“Lastname”,”Last Name”);
}
}

Features

  • Build database application in no time
  • Pure TypeScript
  • Visual Component Library- include Page,Grid,Input,Gauges,Charts and many more
  • Single page application
  • Data binding

Project Samples

Project Activity

See All Activity >

Categories

Frameworks

License

Apache License V2.0

Follow VCL.JS

VCL.JS Web Site

nel_h2
Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use. Icon
Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use.

Transform user access with Frontegg CIAM: login box, SSO, MFA, multi-tenancy, and 99.99% uptime.

Custom auth drains 25% of dev time and risks 62% more breaches, stalling enterprise deals. Frontegg platform delivers a simple login box, seamless authentication (SSO, MFA, passwordless), robust multi-tenancy, and a customizable Admin Portal. Integrate fast with the React SDK, meet compliance needs, and focus on innovation.
Start for Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of VCL.JS!

Additional Project Details

Intended Audience

Information Technology

User Interface

Web-based

Programming Language

JavaScript

Database Environment

ADO.NET

Related Categories

JavaScript Frameworks

Registered

2013-10-24