Skip to content

KittoConfigurationServer

Nando Dessena edited this page Dec 11, 2017 · 7 revisions

Introduction

A Kitto application is a Delphi application that can be deployed in many different forms (GUI application, Windows Service, ISAPI DLL, Apache module, Console application, and so on), as it supports's Delphi's WebBroker architecture. For development and debugging, the GUI application variant is the easiest.

You don't need a separate web server (although you can use one in production when deploying as ISAPI or Apache module, or if you want to use a web server as a proxy as explained here.

ExtJS 6

Kitto already includes a copy of ExtJS 6.2 inside its Home/Resources/ext/ path, so you don't need to provide it.

Clone this wiki locally