Skip to content

e-dot/node-classic-asp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

node-classic-asp

Classic ASP emulation framework in Node.js : A complete Node.js implementation of Classic ASP (Active Server Pages) environment, allowing you to run legacy ASP applications in modern JavaScript environments.

image

Features

Full ASP Runtime Environment - Complete implementation of Classic ASP in Node.js

ASP Engine - Parses and executes ASP scripts with all classic ASP syntax

Built-in Objects - Implements all standard ASP objects (Request, Response, Session, Application, Server)

Database Support - ADO-like database connectivity

File System Access - Classic ASP file system operations

Include Processing - Full support for #include directives

Encoding Support - Handles all legacy ASP encodings

Performance Optimizations - Caching and efficient parsing

Security - Sandboxed execution environment

Installation

npm install node-classic-asp

About

Classic ASP emulation framework in Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published