AxonASP 2.1 extends Classic ASP with high-performance native components so teams can build faster, scale further, and keep compatibility with production workloads that matter.
AxonASP 2.1 is no longer limited to VBScript. It now features a robust JavaScript engine with Enhanced Modern Scripting (ES6 support), allowing you to use both languages concomitantly in your project.
Introducing a high-performance Reactive Component Framework. AxonLive empowers developers to create dynamic, stateful, and highly responsive web applications using Classic ASP (VBScript or Server-Side JavaScript) without the need for full page reloads.
Each library maps common platform needs to efficient native functionality, helping eliminate bottlenecks caused by repetitive script-level processing.
| Library Component | Description |
|---|---|
| G3AXON | System and utility helpers for environment, arrays, and engine-level operations. |
| G3CRYPTO | Hashing, encryption, and secure random byte generation with practical APIs. |
| G3JSON | Fast JSON parse and build operations for API and data-heavy endpoints. |
| G3DB | Database operations with pooling and prepared statement support. |
| G3HTTP | Native HTTP client support for external API orchestration. |
| G3MAIL | SMTP with HTML body and attachments for transactional messaging. |
| G3IMAGE | Image processing, conversion, and drawing routines. |
| G3FILES | File handling and encoding conversion tools for robust I/O flows. |
| G3TEMPLATE | Template rendering for text and HTML pipelines. |
| G3ZIP and G3TAR | Archive creation and extraction flows for deployment and backup tasks. |
| G3ZLIB and G3ZSTD | Fast compression and decompression for data transfer and storage. |
| G3FC | A storage archive format with fast compression and decompression capabilities. |
| G3MD | Markdown-to-HTML conversion for content-heavy sites and docs. |
| G3PDF | PDF generation with text, drawing primitives, and rendering support. |
| G3SEARCH | Perform advanced search operations across your data with high efficiency. |
| G3FILEUPLOADER | Multipart processing and upload handling for secure forms. |
| G3STRINGBUILDER | Efficient string manipulation and concatenation for dynamic content generation. |
Ax functions are globally available in both VBScript and JScript, reducing repetitive glue code in common operations.
Array operations
AxArrayMerge, AxArrayContains, AxArrayMap,
AxArrayFilter, AxArrayReverse.
String and formatting
AxStringReplace, AxSprintf, AxExplode,
AxImplode.
Validation and typing
AxIsInt, AxIsFloat, AxEmpty, AxIsset,
AxFilterValidateEmail.
Math and encoding
Base64, URL encoding, max/min helpers, and native ceil/floor behavior.
Use CLI mode for scheduled routines, maintenance scripts, and high-control operations in automation pipelines.
Use console.log directly in your ASP code to output messages to the server or
CLI console, simplifying development.
Connect AI tools to your AxonASP environment and accelerate page creation with your exact runtime context.
Run axonasp-testsuite to discover tests automatically and keep release quality
high.
Open the deployment guide to launch your environment with Docker or native builds.