What Is CODE:NEO?
The CODE:NEO application server is a web server add-on for Apache,
IIS or other ISAPI/module compliant web servers, a shared memory
server and set of libraries for executing CODE:NEO applications.
The Development Tool is software which assists a developer in
creating a CODE:NEO application. These tools include a generator
to turn pages which include HTML and C++ into a specified format
C++ file for compilation. These tools include the header files
and API documentation as well as tutorials and examples to get
the programmer started.
The Application is actually the end result product of the development
tool. This is the binary code that will actually be executed by
the server's processor natively instead of abstractly as is true
of JACVA, ASP,.NET,J2EE,etc. The benefits over these technologies
are speed and power. As CODE:NEO allows programming to be done
in C++ you do not have the limits of web languages like ASP,.NET
and JAVA. From within a web page you have the power of C++. The
application result files are assembled binary protecting the developer's
intellectual property rights. |