.NET 7 Web API with Nim HappyX Framework HTMX WebUI Streaming Site

Overview This repository contains a sample project demonstrating the integration of a .NET 7 Web API with a Nim HappyX Framework HTMX WebUI streaming site. The purpose of this project is to showcase the seamless communication between the server-side .NET Web API and the client-side Nim HappyX Framework HTMX WebUI for building a dynamic and responsive streaming site.

Prerequisites (not fully decided)

  • .NET 7 SDK
  • Nim HappyX Framework
  • HTMX library

Build commands

  • dotnet run --launch-profile https
  • nimble build (not tested on windows) this creates a "webui" the binary (runs with ./webui)