We are continually porting ScriptEase:WSE to other operating
systems, so please refer to our web site (http://www.nombas.com/us/)
for the latest availability. If you need support for platforms
other than the ones listed, please contact Nombas directly,
by e-mail,
or by toll-free phone at (888) 766-6227.
We have made an effort to test ScriptEase:WSE with all
available Web servers (free, commercial, and shareware)
and provide an installer and instructions for the ones we
have tested.
ScriptEase:WebServer Edition is designed so that you don't
need to worry about the nuts and bolts of how the CGI interface
works. ScriptEase:WSE provides one generic interface to
use with all servers, so you can concentrate on writing
the application without worrying about the way data is processed
around it.
We have simplified and standardized the server environment
by offering the following features:
- server environment variables are turned into native
Javascript variables,
- CGI input data is automatically converted to a useable
form,
- sending and receiving CGI data are each handled by
a single function call.
For those servers that use a proprietary scripting API
(e.g. NSAPI, ISAPI, WSAPI, ACGI), ScriptEase:WSE internally
remaps the proprietary protocol, so that any SEWSE script
will run unmodified on those systems with the same simplicity
as CGI (using the same CGI Object) with the performance
improvement of those APIs.
Overview
of this manual
This manual is geared towards people who already have a
basic understanding of the Web. We assume a working knowledge
of HTML, and the steps required for installing a simple
HTML document on your Web server.
Scripts and libraries are also available from the download
section of the Nombas website, at --
http://www.nombas.com/us/download/index.htm.