如何将WPF桌面应用程序迁移到HTML5?
您好,
所以我正在考虑将桌面应用程序迁移到web.Assuming后端是用javascript编写的。我对用户界面特别感兴趣一个用WPF编写的桌面应用程序,用于在html5中迁移到web。还有现有的解决方案吗?
任何建议都表示赞赏。
我尝试了什么:
我在寻找是否有实际可以迁移的方法基于wpf到HTML5的应用程序。现在我还没有做过任何事先努力尝试第一手但已经研究过这个主题并遇到了wpf聚合物和knockout.js。
Hello,
So i am thinking of migrating a desktop application to web.Assuming the backend is written in javascript.I am particularly interested in the user interface of an desktop application written in WPF to be migrated in html5 for web.Are there any present solutions also?
Any suggestion are appreciated.
What I have tried:
I am looking if there is actually a method where we could migrate an application based on wpf to HTML5.For now i haven't made any prior effort into trying first hand but have researched on the topic and came across wpf polymer and knockout.js.
你必须从头开始重写。没有转换工具。
我严重怀疑后端是用javascript编写的,因为代码在浏览器中运行,而不是服务器端。
You have to rewrite from scratch. There is no conversion tool.
I seriously doubt the backend is written in javascript as that code runs in the browser, not the server side.