Ajax Bestiary: A Javascript Field Guide
 
Ajax Bestiary: A Javascript Field Guide
 
 

Prototype Framework Profile

Posted by Don Albrecht
Name: prototype JavaScript framework
URL: http://www.prototypejs.org
Native Server Environment: Ruby
Included Widgets: None
Download Size: 96 KB (uncompressed)

Although originally part of the Ruby on Rails project. Prototype is a standalone javascript framework with a simple goal: make javascript suck less. Prototype provides basic object oriented, Remote Procedure Call & Dom manipulation support and thats it.

The code is small and fast with a simple syntax. What it lacks in bells & whistles it makes up for in clarity, size & flexibility.

Some Highlights
  • Tiny download size
  • Highly flexible
  • Provides RPC, JSON, DOM enhancements & Objects

Some Drawbacks

  • Very light weight.
  • No Advanced widgets.
  • No Manipulation API’s or data types
  • Requires significant additional code to be useful
  • Download isn’t compressed by default



Leave a Reply