Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/StardustDL/delights
A collection of useful tiny tools based on Modulight, a modular framework aimed to be low intrusive based on dependency injection for .NET 5, ASP.NET Core and Blazor.
https://github.com/StardustDL/delights
blazor blazor-webassembly dotnet graphql lazy-loading modular module razor-components
Last synced: 17 days ago
JSON representation
A collection of useful tiny tools based on Modulight, a modular framework aimed to be low intrusive based on dependency injection for .NET 5, ASP.NET Core and Blazor.
- Host: GitHub
- URL: https://github.com/StardustDL/delights
- Owner: StardustDL
- License: mpl-2.0
- Created: 2020-12-07T05:07:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T01:49:19.000Z (over 1 year ago)
- Last Synced: 2024-10-05T02:37:43.549Z (about 1 month ago)
- Topics: blazor, blazor-webassembly, dotnet, graphql, lazy-loading, modular, module, razor-components
- Language: C#
- Homepage: https://stardustdl.github.io/delights/
- Size: 2.06 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delights
![](https://github.com/StardustDL/delights/workflows/CI/badge.svg) ![](https://img.shields.io/github/license/StardustDL/delights.svg)
Delights is a collection of useful tools in life.
> It's built on a light modular framework [Modulight](https://github.com/StardustDL/modulight).
>
> Visit [here](https://stardustdl.github.io/modulight/) for details about the modular framework.## Project guide
- [Delights.UI](./src/Delights.UI/) UI hosting for modules.
- [Delights.Client](./src/Delights.Client/) Blazor Server hosting.
- [Delights.Client.WebAssembly](./src/Delights.Client.WebAssembly/) Blazor WebAssembly hosting.
- [Delights.Client.WebAssembly.Host](./src/Delights.Client.WebAssembly/) Blazor WebAssembly ASP.NET hosting.
- [ObjectStorage](./src/StardustDL.AspNet.ObjectStorage/) A module for Minio based object storage.
- [IdentityServer](./src/StardustDL.AspNet.IdentityServer/) A module for IdentityServer4 based authorization.