RE: PicoBlaze Simulator in JavaScript
August 22, 2022 at 11:38 am
(August 22, 2022 at 9:07 am)FlatAssembler Wrote: As far as I know, it is the PHP that can be deployed almost anywhere as a back-end language, not .NET. Am I missing something?
Yes. The old .NET framework was Windows-dependent. The new .net can be run on any modern platform, including Linux, Kubernetes, IIS, and Apple. Maui is a cross-platform app system related to Blazor-- it runs as an app on any popular OS, and uses native controls instead of a web interface.
Quote:I thought the vast majority of back-ends these days were written in PHP.
That only matters if you already know PHP and prefer it. You can use almost any of the most popular languages as a back-end for a website now.