- Does
node.js
(considering a web application) have any preferred UI framework? Or it s an orthogonal issue to usingnode.js
? - jQuery is nice, is jQuery UI the most used UI framework with jQuery engine? Could you point me at any other options?
节点 Js 和 jquery 网络 UI 用户界面 [已关闭]
原标题:UI for node.js and jquery web [closed]
最佳回答
1) 节点不关心UI,它只是服务器的一面。
2) Jquery UI可能是使用量最多的UI框架,有jQuery 引擎,尽管我没有数字支持。
"http://www.kendoui.com/" rel="nofollow" >Kendo UI 是又一个在jQuery之上建立的好东西。
< a href=""" "http://jquerytools.org/" rel="nofollow" >jQuery Tools 我听说过好东西,但从未使用过。它也建在jQuery上面(显然)。
问题回答
将 NodeJS 设计为服务器侧面解决方案, 但并未阻止人们为 UIs 制定独立解决方案。 其中之一是“ https://github.com/rogerwang/node-webkit” rel = “ nofollow” >Node Webkit , 它提供了一个基于 Webkit 的应用程序, 藉此将节点用于撰写客户端应用程序 。
如果您希望以与 JQuery 相同的方式使用 NodeJS, 那么您正在寻找错误的工作工具 。 节点JS 应被视为基于 JS 应用程序的应用框架 。
“http://nodejs.org/" rel=“nofollown noreferrer>>>Node.js 不是一个客户端的网络应用程序,它是服务器的 Javascript 运行时间。它没有图形用户界面 。
对于jQuery UI的替代方法,您可以查看