你的位置: 码友网首页 / 资讯源列表 / Blazor Introduction - Comparing Blazor Server with Blazor WebAssembly

关于[Blazor Introduction - Comparing Blazor Server with Blazor WebAssembly]的摘要:

Usually, while we develop a web application, we create a server-side project using Java, .NET, Node.js, or any other framework or language. We want to use that server-side project to show some data in a browser by using any javascript framework like Angular, React, or Vue.js. And this is just fine, whatsoever, it is a great solution. But, we can’t use the language, we used for the server-side application, in the client-side application. So, there is a fundamental discontent between those two. So, wouldn’t it be great if we could use the same language for the server and client side applications and reuse our knowledge? Well, we believe it would. We can achieve that by using WebAssembly. It is a native part of all the major browsers and it allows us to reuse our code from the server-side applications. To explore all the articles from this series, you can visit our Blazor WebAssembly Series Page.

原文地址: https://code-maze.com/blazor-webassembly-introduction/

收录时间: 2020-06-09 浏览量: 1668 分类: Blazor

| 0 收藏 | 0