bgadoci
bgadoci

Reputation: 6493

Mochikit or Prototype for JavaScript Framework?

Trying to figure out which to use.

Upvotes: 1

Views: 311

Answers (3)

Dan
Dan

Reputation: 1262

I haven't used Prototype in a while, but it seemed to do a lot of what I needed. That being said, there's a larger community doing jQuery development FWIW (especially with Microsoft installing it by default in MVC and VS 2010).

Upvotes: 0

Steven Huwig
Steven Huwig

Reputation: 20794

Prototype extends the base Object, while MochiKit does not. This practice is verboten. So between these two I recommend selecting MochiKit. It's a very well-written and well-documented library.

Upvotes: 1

Frankie
Frankie

Reputation: 25165

If your starting you have several things to consider... one of which might be the userbase.

That said Google Trends is a great help!

Compare Mochikit, Prototype, jQuery and Mootools

Hope it helps!

Upvotes: 0

Related Questions