docs/usage/service.md

Thu, 23 Mar 2023 15:13:14 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 23 Mar 2023 15:13:14 +0000
changeset 175
e48074386468
parent 166
5d39804f108b
permissions
-rw-r--r--

client: Tell Verse that stanzas are "handled"

This should prevent automatic error bounces for iqs, for example.

166
5d39804f108b docs: Add initial documentation
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 # Running as a service
5d39804f108b docs: Add initial documentation
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
5d39804f108b docs: Add initial documentation
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 **This is an early-stage feature that is still being developed, and is subject to change.**
5d39804f108b docs: Add initial documentation
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4
5d39804f108b docs: Add initial documentation
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 Scansion, if built with --with-server (the default), may be run as a service.
5d39804f108b docs: Add initial documentation
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 It provides a /run endpoint over HTTP, which may be provided with a script to
5d39804f108b docs: Add initial documentation
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 run. After completion, it returns the result.

mercurial