]> gitweb.factorcode.org Git - factor-unmaintained.git/blobdiff - modules/rpc/rpc-docs.factor
unmaintained: New home for misfit Factor vocabularies.
[factor-unmaintained.git] / modules / rpc / rpc-docs.factor
diff --git a/modules/rpc/rpc-docs.factor b/modules/rpc/rpc-docs.factor
new file mode 100644 (file)
index 0000000..5a0a8e9
--- /dev/null
@@ -0,0 +1,9 @@
+USING: help.syntax help.markup ;
+IN: modules.rpc
+ARTICLE: { "modules" "protocol" } "RPC Protocol"
+{ $list
+   "Send vocab as string"
+   "Send arglist"
+   "Send word as string"
+   "Receive result list"
+} ;