NeoWebScript


Apache Tcl Home


Home

About

Website

SF Project

Using NeoWebScript, you can create web applications of enormous power and flexibility. You can create interfaces between sophisticated webpages developed with cutting edge design tools and backend applications, including Oracle and Postgres, among many others.

NeoWebScript is a plug-in module for the Apache webserver.

Once you install it, the webserver will execute the NeoWebScript code contained in a webpage each time it is requested.

You can make your webpages customize themselves in response to user input, database lookups, etc., creating a unique Internet experience.

As such, it can be used on any of the tens of millions of Apache servers on the Internet.

NeoWebScript uses the Tool command language (Tcl) as its programming language, allowing you to leverage hundreds of third party Tcl extensions.

NeoWebScript-enabled pages run with much less overhead than CGI programs. Also, since NeoWebScript scripts are embedded into webpages, the static content of the webpage can be designed and created with webpage creation tools, rather than having to be output by the program like CGI does.

Web hosters and ISPs love NeoWebScript, because its default security settings allow their customers to write programs without giving them full shell access, the ability to run arbitrary programs and inspect arbitrary files on the system.

Powered by Apache