Using TCP/IP within applications
Install an APL-based Web Server


You can install a specific APL-based Web Server.

A simple Web server is also a simple APL program.

  1. The client (browser) initiates a session
  2. It sends a message, containing all parameters (GET Protocol)
  3. It waits for a response (MIME header, html data)
  4. Session is closed by the server.