There are a lot of frameworks for the frontend:
- jQuery
- Prototype
- Mootools
- YUI
- ExtJS
- Dojo
Could these be used on the server side to extend Javascript native classes for example:
object2 = object1.clone();
And is this a good way of extending Javascript?
Cause I don't want to create every basic function I need but lacks from Javascript core.