sjhaleprogrammer / SENG3000-finalproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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)

About


Languages

Language:C# 83.5%Language:HTML 12.1%Language:JavaScript 2.7%Language:Nim 1.3%Language:CSS 0.4%