kamicane / prime

An essential JavaScript library for node.js and browsers
154 stars 32 forks source link

Is prime being used in production? #30

Closed dukeofgaming closed 10 years ago

dukeofgaming commented 11 years ago

Wondering if it would be wise to look at this instead of MooTools for the real world.

arian commented 11 years ago

Yes, I do.

n3o77 commented 11 years ago

I do, too. There are still some flaws, but overall it's pretty good.

eerne commented 11 years ago

I've just started using Slick and moofx in a project and was pretty happy.

datio commented 11 years ago

I really dig the modularity and the fact that prototypes are no longer extended by the lib.

WrapUp is quite handy. I had no problems using it. I liked that it's easy to include a JSON shim along with agent to increase compatibility for older browsers.

I'll have to compare prime in depth with other alternatives before using it in node.js though.