Vocabularyfurnace.
alloyInputsresponder | a responder |
db | a database descriptor |
Outputsresponder' | an alloy responder |
Word descriptionWraps the responder with support for asides, conversations, sessions and database persistence.
ExamplesThe
webapps.
counter vocabulary uses an alloy to configure the counter:
: counter-db ( -- db ) "counter.db" <sqlite-db> ;
: run-counter ( -- )
<counter-app>
counter-db <alloy>
main-responder set-global
8080 httpd ;
Definition