Creating Internet Applications - Overview

From RAD Studio
Jump to: navigation, search

Go Up to Creating Internet Server Applications Index


Web server applications extend the functionality and capability of existing Web servers.

A Web server application receives HTTP request messages from the Web server, performs any actions requested in those messages, and formulates responses that it passes back to the Web server. Many operations that you can perform with an ordinary application can be incorporated into a Web server application.

The IDE provides the Web Broker architecture for developing Web server applications.

See Also