The Javascript frameworks covered on this page are hosted on Google's Firebase:
Vue 2, Vue 3: Javascript frameworks oriented towards applications not requiring
extensive SEO (being purely client-side rendered).
Nuxt (2): Based on Vue, Nuxt is optimised for SEO with Static/Non-Static/Hybrid
deployment models.
Next (a React framework): Next is a javascript framework implementing react &
optimised for SEO with Static/Non-Static/Hybrid deployment models.
Angular: A javascript framework, much larger & more complex than Vue.
Windows & IIS: All these Javascript frameworks run under Node.js & can be hosted on Apache2 or Nginx servers as well as any number of static site hosts.
However they can all be built under Dot Net as normal Dot Net projects, and hosted under IIS on a Windows server.
TypeScript: For a more uniform programming approach all these frameworks (and Dot Net Core) can (I think I am correct) use TypeScript.