Transport Server

Livecode can run both as a native server, or as a CGI under Apache (or Caddy).

The __Transport Server__ is currently a distinct DigitalOcean droplet running Revigniter under an instance of Livecode Server. It is currently being ported to a new and more robust hosting architecture, while implementing a new type of Federation Outpost that we call the Commons Server.

# Current implementation

The current implementation runs under Apache on Ubuntu. We wish to move this too Traekik, but a first step is probably to implement a container based version using Nginx or perhaps Caddy.

# Roadmap We wish to use a modern server implementation behind a reverse proxy such as Traefik. However this requires developing the native Livecode Wiki Server first. A stepping stone to this deployment is to use the uWSGI project: - https://uwsgi-docs.readthedocs.io/en/latest/CGI.html