Collections And HTML

Collections remain logical values while the runtime chooses scans, indexes, maintained results, or replicas.

The first browser adapter renders HTML returned by main:

fn main(path: Text, query: Map<Text, Text>) {
  <html>
    <body>
      <h1>Hello from Atlox</h1>
    </body>
  </html>
}

The path and query are ordinary values. Routing can use ordinary if and match expressions.