- 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?
Does node.js (considering a web application) have any preferred UI framework? Or it’s an
Share
1) Node does not care about UI, it’s all server side.
2) Jquery UI is probably the most used UI framework with jQuery engine, although I do not have numbers to back that up.
Kendo UI is another good one that is built on top of jQuery.
jQuery Tools I have heard good things about, never used it though. It is also built on top of jQuery (obviously).