Skip to content

Websites

Philip Skinner edited this page Feb 16, 2020 · 4 revisions

Back to Index

Websites

Websites allows you to build simple web applications.

Each website is constructed of:

The websites (or interface) runtime hosts each website on a path that equals the websites name.

Eg. if your website is called "blog" then it will be hosted on the interface runtime on:

http://localhost:8005/blog

The websites service is designed to allow for maximum template re-use and is designed to be server side first - allowing for progressive enhancement of your interface should you require it.

Clone this wiki locally