Getting Started with Avalonia Cross-Platform: Part 52 – HttpListener

Getting Started with Avalonia Cross-Platform: Part 52 - HttpListener

In the previous article, we exploredAvalonia Cross-Platform: Part 45 – RestFul, and today I will share how to directly enableHttpListener in the backend and implement a simple configuration page: 1. The frontend is done with HTML + JS + CSS, and for the backend: 2. Return MIME types based on file extensions: 3. Read local … Read more