Skip to content

Xamarin.Forms on the Web

Frank A. Krueger edited this page Nov 14, 2017 · 4 revisions

TLDR: I implemented a web backend for Xamarin Forms so it can run in any browser. It achieves this without javascript recompilation by turning the browser into a dumb terminal fully under the control of the server. This crazy model turns out to have a lot of advantages.

Clone this wiki locally