Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good Very-High level UI framework for JavaScript?

I need to write a temporary Web-based graphical front-end for a custom server system. In this case performance and scalability aren't issues, since at most 10 people may check the system simultaneously. Also it should be PHP or Python (server) & JavaScript (client) (can't use Flex or Silverlight for very specific non-programming related issues).

So I know I could use YUI or jQuery, but was wondering if there is something even more high-level that would say allow me to write such a little project within a few hours of work, and get done with it. Basically I want to be as lazy as possible (this is throw-away code anyways) and get the job done in as little time as possible.

Any suggestions?

like image 796
Robert Gould Avatar asked Nov 17 '08 08:11

Robert Gould


1 Answers

You could look at ext.js - it provides lots of widgets to GetThingsDone quickly.

like image 97
Phillip B Oldham Avatar answered Oct 01 '22 17:10

Phillip B Oldham