What is a good Very-High level UI framework for JavaScript?
Posted
by Robert Gould
on Stack Overflow
See other posts from Stack Overflow
or by Robert Gould
Published on 2008-11-17T08:52:28Z
Indexed on
2010/04/12
16:13 UTC
Read the original article
Hit count: 284
gui
|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?
© Stack Overflow or respective owner