docs: Add some slight organization.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 10m4s

This commit is contained in:
2025-12-07 08:42:34 -05:00
parent 2086075f7b
commit 0af54edac1
12 changed files with 23 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# App Development Guide
@page app_development_guide App Development Guide
A Tilde Friends application starts with code that runs on a Tilde Friends server, possibly far away from where you wrote it, in a little JavaScript environment, in its own restricted process, with the only access to the outside world being the ability to send messages to the server. This document gives some recipes showing how that can be used to build a functional user-facing application in light of the unique constraints present.