Skip to content
RobeeeJay edited this page Jul 16, 2012 · 7 revisions

About MinnaHTML.js

An async aware HTML object library primarily aimed at Node.js users

License

This library is released under the GNU General Public License v3: http://www.gnu.org/copyleft/gpl.html

Contents

Quick Walkthrough

To Do

Add a lot more documentation Add remaining missing HTML objects

About the Author

MinnaHTML was written by Robee Shepherd, after some 13 years of developing web applications. Having been coding since the age of 10, starting with BASIC and then Z80 assembley language on the ZX-81 and ZX Spectrum, Robee has journeyed through the hell of 16-bit DOS and Windows development in C/C++ where pointers regularly wrapped around, through 32-bit Windows, the early days of ASP and finally to the modern joyous world of Node.JS.

That's quite a lot of programming experience, with so little to show for it.

What's It Do?

MinnaHTML is a very easy to grasp, simple object oriented library for the quick generation of webpages with as little or as much object oriented code as the user desires.

As importantly, it is async aware, which means you can use it to pass off a DIV object to a function with a callback, and not worry about delivering an incomplete HTML file to the end client.

Clone this wiki locally