Client Web Application

From HTML5 Builder
Jump to: navigation, search

A client web application is a web application based on client-side web technologies.

You can create a new client web application from Home > New > HTML5 Builder Projects > Client Web Application. Your new project will then be created with an empty client page (unit1.js), which will be opened on the Design view.

Files

Client web applications consist mainly of client pages, often used to load components on a template, and they might include other files that do not rely on server-side technologies (i.e. no PHP files). To add new files to your project, use the Project Manager.

The development process and features for each type of page are different. For help developing the pages of your application, check their own documentation pages: Client Page, Client Unit, etc.

Help Resources

Tutorials

See Also