Summary
REBOL/Services = lightweight network services.
REBOL Services are similar to web services (SOA), but in only a few KB, not GB.
They operate using REBOL's dialecting methods (tiny domain specific languages) rather than document markup and RPC/RMI. They support strong authentication and encryption methods,
and much more.
The R/S design provides an easy way to send requests to REBOL-based
services on the Internet. It is also possible to create gateways to
other types of services.
Status
- Beta Release: This package has been released for more than a year and is being used by many developers.
- License: REBOL BSD: Free for private and commercial uses. Use
at your own risk. No warranties. Do not modify copyright or license
notice.
|