Kendo UI is an HTML5, jQuery-based framework
for building modern web apps. Advantages of using Kendo UI
a.
Fast And Responsive
Performance matters. One of the key
bottlenecks in modern web development is network latency. The time it takes to
make a request to the server and get the results can account for a huge portion
of page load time, and with hit-and-miss mobile internet, the problem is
magnified.
With JavaScript development, this is achieved
by sending JSON (or sometimes XML) data to the client instead of sending a mix
of data and markup HTML. All HTML rendering
happens in the browser, keeping communication with the server fast and to a
minimum.
b.
Universal Front End Platform
ASP.NET may make certain front-end tasks
“drag-and-drop easy,” but it may not be the best platform for
raw service performance (too much overhead). Maybe a lightweight NodeJS
server would be a better simple, fast service provider.
With a JavaScript/HTML5 front-end, you can test
server-side performance and pick the best platform for the task. As long as
JSON gets to the browser, your front-end is covered.
No comments:
Post a Comment