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

后端 未结 22 2269
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 17:20

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 ch

22条回答
  •  悲&欢浪女
    2020-12-07 17:42

    Disclaimer: I am author of Web Atoms JS

    Web Atoms JS was built to bring all concepts of Flex, Silverlight and XUL. And each of these technologies used more of XML markup for very high level UI controls. Screens become complex and visualizing them becomes painful when it keeps on changing.

    With Web Atoms you will write for less code then any of other frameworks.

    This is a Sample of what all things are possible in Web Atoms JS.

    Here is link to documentation. http://webatomsjs.neurospeech.com/docs

    enter image description here

提交回复
热议问题