A tiny framework for ASP, implemented in JavaScript with basic MVC. And it provides some useful functions or features. It is released under the BSD license. You can use it for free or business, and you can modify it following the terms of the license.

Features

  • Basic MVC with clean URL rewrite
  • Multipart/form-data post handling and file uploading
  • Easy database operations
  • Cookie and Session handling
  • Text encoding, BASE64, MD5, SHA1
  • Creating and zoomimg images
  • Compressing and decompressing zip files
  • Sending mails

Release

Download version 1.0.0 beta.

Getting Started

See the documents to learn more.

Start from the tutorials.

Lastest Source Code

The repository migrated to git on github, check out with git.

git clone git://github.com/nonultimate/tinyasp-framework.git

View the source code http://github.com/nonultimate/tinyasp-framework/.