aboutsummaryrefslogtreecommitdiff
path: root/libraries/tclws/README
diff options
context:
space:
mode:
authorJuan M. Lasca <juanmlasca@gmail.com>2023-02-06 01:06:20 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:32 +0700
commit77db61d9fe38139d8ff2f65a1f51d55cfac25249 (patch)
tree89f44d25e6a9f798bd0f34ffc87dd566c8e78cac /libraries/tclws/README
parenta95e307a941cd4797ba0d20160ea5862a0c6713d (diff)
libraries/tclws: Added (Tcl Web Services)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tclws/README')
-rw-r--r--libraries/tclws/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/tclws/README b/libraries/tclws/README
new file mode 100644
index 0000000000..5a5630be85
--- /dev/null
+++ b/libraries/tclws/README
@@ -0,0 +1,13 @@
+ This package provides a Tcl implementation of both client side access
+ to Web Services and server side creation of Web Services. Currently
+ only document/literal and rpc/encoded with HTTP Soap transport are
+ supported on the client side. The server side code currently works
+ with several web servers:
+* TclHttpd
+* Apache with Rivet
+* AOLserver
+* WUB
+* wibble
+* Microsoft IIS
+
+The server side code can also be embedded in other applications