diff --git a/README.md b/README.md index 66b36ed..c73bbb7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ | [![NuGet Package](https://img.shields.io/nuget/v/Ooui.svg)](https://www.nuget.org/packages/Ooui) | [Ooui](https://www.nuget.org/packages/Ooui) | Core library with HTML elements and a server | | [![NuGet Package](https://img.shields.io/nuget/v/Ooui.AspNetCore.svg)](https://www.nuget.org/packages/Ooui.AspNetCore) | [Ooui.AspNetCore](https://www.nuget.org/packages/Ooui.AspNetCore) | Integration with ASP.NET Core | | [![NuGet Package](https://img.shields.io/nuget/v/Ooui.Forms.svg)](https://www.nuget.org/packages/Ooui.Forms) | [Ooui.Forms](https://www.nuget.org/packages/Ooui.Forms) | Xamarin.Forms backend using Ooui | +| [![NuGet Package](https://img.shields.io/nuget/v/Ooui.Wasm.svg)](https://www.nuget.org/packages/Ooui.Wasm) | [Ooui.Wasm](https://www.nuget.org/packages/Ooui.Wasm) | Package your app into a web assembly | Ooui (pronounced *weee!*) is a small cross-platform UI library for .NET that uses web technologies. @@ -84,19 +85,30 @@ With just that code, a web server that serves the HTML and web socket logic nece Ooui has been broken up into several packages to increase the variety of ways that it can be used. Here are some combinations to help you decide which way is best for you.
Ooui | Ooui.AspNetCore | Ooui.Forms | ||||||
---|---|---|---|---|---|---|---|---|
Ooui | Ooui.AspNetCore | Ooui.Forms | Ooui.Wasm | |||||
✓ | Write the UI using the web DOM and use the built-in web server | +✓ | Web DOM with the built-in web server | |||||
✓ | ✓ | Write the UI using the web DOM and serve it with ASP.NET Core | +✓ | ✓ | Web DOM with ASP.NET Core | |||
✓ | ✓ | ✓ | Write the UI using Xamarin.Forms and serve it with ASP.NET Core | +✓ | ✓ | ✓ | Xamarin.Forms with ASP.NET Core | |
✓ | ✓ | Write the UI using Xamarin.Forms and use the built-in web server | +✓ | ✓ | Xamarin.Forms with the built-in web server | +|||
✓ | ✓ | Web DOM with Web Assembly | +||||||
✓ | ✓ | ✓ | Xamarin.Forms with Web Assembly |