All Projects → MonkSoul → Furion

MonkSoul / Furion

Licence: apache-2.0
Make .NET development easier, more versatile, and more popular.

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Furion

Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-90.24%)
Mutual labels:  swagger, webapi, ioc, repository
Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+340.35%)
Mutual labels:  swagger, framework, ioc, repository
Abp Asp.net Boilerplate Project Cms
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
Stars: ✭ 677 (-24.94%)
Mutual labels:  swagger, webapi, abp, mvc
Urf.core
Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 226 (-74.94%)
Mutual labels:  webapi, dotnetcore, ioc, repository
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (-83.81%)
Mutual labels:  validation, dotnetcore, ioc, repository
Hiboot
hiboot is a high performance web and cli application framework with dependency injection support
Stars: ✭ 150 (-83.37%)
Mutual labels:  mvc, ioc, di
Urf.net
Unit of Work & Repositories Framework - .NET 4.x
Stars: ✭ 202 (-77.61%)
Mutual labels:  webapi, ioc, di
Diamond
Diamond is a full-stack web-framework written in The D Programming Language using vibe.d
Stars: ✭ 173 (-80.82%)
Mutual labels:  webapi, mvc, razor
Blog.core
💖 ASP.NET Core 6.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
Stars: ✭ 3,542 (+292.68%)
Mutual labels:  swagger, ioc, repository
Jsonapidotnetcore
JSON:API Framework for ASP.NET Core
Stars: ✭ 465 (-48.45%)
Mutual labels:  webapi, mvc
Bunny
BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
Stars: ✭ 473 (-47.56%)
Mutual labels:  validation, framework
Swoolefy
swoolefy是一个基于swoole实现的轻量级、高性能、协程级、开放性的API应用服务框架
Stars: ✭ 495 (-45.12%)
Mutual labels:  mvc, ioc
Iris
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
Stars: ✭ 21,587 (+2293.24%)
Mutual labels:  framework, mvc
Nswag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Stars: ✭ 4,825 (+434.92%)
Mutual labels:  swagger, webapi
Ubiquity
Ubiquity framework
Stars: ✭ 480 (-46.78%)
Mutual labels:  framework, mvc
Midway
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
Stars: ✭ 5,080 (+463.19%)
Mutual labels:  framework, ioc
Lux
Build scalable, Node.js-powered REST JSON APIs with almost no code.
Stars: ✭ 556 (-38.36%)
Mutual labels:  framework, mvc
Slickflow
.NET 开源工作流, NET Open Source Workflow Engine
Stars: ✭ 559 (-38.03%)
Mutual labels:  webapi, mvc
Framework
.NET Core Extensions and Helper NuGet packages.
Stars: ✭ 399 (-55.76%)
Mutual labels:  swagger, framework
Fasthttpapi
a lightweight and high-performance http/websocket service component in the dotnet core platform that supports TLS.
Stars: ✭ 554 (-38.58%)
Mutual labels:  webapi, dotnetcore

star fork GitHub stars GitHub forks GitHub license nuget

Make .NET development easier, more versatile, and more popular.

English | 简体中文

💐 Preface

Selfless dedication is not a fantasy. Sometimes, we can do it.

🍕 Naming

The story goes like this:

Since Microsoft announced the news of the .NET 5 platform, I have been thinking about developing a development framework based on the .NET 5 platform. I wants to be the first to eat the .NET 5 crab.

At the beginning, I thought of Lazier as the name of the framework, which means 更懒 in Chinese. In line with my "all simple, just to be lazy" development philosophy.

But Lazier and Worse have similar pronunciation and no characteristics, and the meaning is not very good. I have been agonizing about the name change for several days.

Just once in QQ group accidentally brush to chat record hair Furion word, meaning is a prophet, at that moment, recognized it!

Furion means "prophet" in Chinese, which is just in line with my original intention of creating the framework. So, Furion was born.

🍔 About Logo

Furion's logo design concept is based on The Famous Kangaroo Theory.

Kangaroo has the characteristics of long legs, bagging and self running.

  • Long legs: It means that Furion has steady legs, walks in the forefront of science and technology, goes further and runs faster.
  • Brood bag: Small bags and big achievements. It is expected that Furion can breed more. Net excellent developers and vibrant ecology.
  • Self run: Furion itself should keep learning, making progress, innovating and developing.

🍟 Document

At present, the document is gradually improving.

🍯 Cases

  • ExamKing:Online examination system based on Furion.
  • Gardener:Super simple system based on Furion and Blazor.
  • Queer:General system based on Furion and Layui.
  • Pear Admin:General system based on Furion and PearAdmin.
  • JoyAdmin:General system based on Furion and iviewadmin.
  • YShop:Mobile e-commerce project based on Furion and Vue.

🥦 Tutorials

🌭 Souce Code

🍿 Docker Image

  • Docker Hub online Image
docker run --name furion -p 5000:80 monksoul/furion:v1.4.3
  • Manually pack Image.

Open CMD/Shell/PowerShell and enter the Furion project root directory to package Furion image:

docker build -t furion:v1.4.3 .

When it build successful,then run docker run

docker run --name furion -p 5000:80 furion:v1.4.3

🥥 Packages

Package Type Name Version Description
nuget Furion nuget Furion framework package
nuget Furion.Extras.Authentication.JwtBearer nuget Furion Jwt expansion package
nuget Furion.Extras.DependencyModel.CodeAnalysis nuget Furion CodeAnalysis expansion package
nuget Furion.Extras.Web.HttpContext nuget Furion HttpContext expansion package
nuget Furion.Extras.ObjectMapper.Mapster nuget Furion Mapster expansion package
nuget Furion.Extras.DatabaseAccessor.SqlSugar nuget Furion SqlSugar expansion package
nuget Furion.Extras.DatabaseAccessor.Dapper nuget Furion Dapper expansion package
nuget Furion.Extras.Logging.Serilog nuget Furion Serilog expansion package

🍄 Templates

Template Type Name Version Description
nuget Furion.Template.Mvc nuget Mvc Template
nuget Furion.Template.Api nuget WebApi Template
nuget Furion.Template.App nuget Mvc/WebApi Template
nuget Furion.Template.Razor nuget RazorPages Template
nuget Furion.Template.RazorWithWebApi nuget RazorPages/WebApi Template
nuget Furion.Template.Blazor nuget Blazor Template
nuget Furion.Template.BlazorWithWebApi nuget Blazor/WebApi Template

How to use template

🍎 Features

  • New appearance: Based on .NET 5 platform, no historical burden
  • Easy to get started: only one Inject() is needed to complete the configuration
  • Fast development: built in rich enterprise application development functions
  • Very few dependencies: the framework relies on only two third-party packages
  • Extremely flexible: easy to face the changing and complex needs
  • Easy to maintain: adopt unique architecture idea, only designed for long-term maintenance
  • Perfect documentation: provide complete development documentation

🥞 Architecture

Sort it out later...

🥝 Functions

🥐 Dependencies

Furion in order to pursue fast entry, the ultimate performance, as far as possible do not use or reduce third-party dependence.

At present, Furion only integrates the following two dependencies:

Although sparrow is small, it has all five internal organs. Furion only integrates these two dependencies, but there are many mainstream ones such as IOC/DI,AOP,EventBus,Data Validation and ORM.

🥗 Requirement

  • Visual Studio 2019 16.8 +
  • .NET 5 SDK +
  • .Net Standard 2.1 +

🥪 Platform

  • Environment
    • Windows
    • Linux
    • MacOS
    • Docker/K8S/K3S/Rancher
    • Xamarin/MAUI
  • Database
    • SqlServer
    • Sqlite
    • Azure Cosmos
    • MySql
    • MariaDB
    • PostgreSQL
    • InMemoryDatabase
    • Oracle
    • Firebird
    • DM Database
  • Deploy
    • Kestrel
    • Nginx
    • Jexus
    • IIS
    • Apache
    • PM2
    • Supervisor
    • SCD
    • Container(Docker/K8S/K3S/Rancher)

🍖 Performance

Furion currently uses Visual Studio 2019 16.8 with performance test and JMeter for testing. Due to the limited space, only some test charts are pasted. The test results are as follows:

🌴 Stargazers

Stargazers over time

🍻 Contribution

Furion follows the Apache-2.0 open source agreement. You are welcome to submit Pull Request or Issue.

If you want to contribute to a project, check out the Contribution Guide

Thank you for your contribution to Furion.

Giteye chart

Special thanks to TLog author Provide real-time avatars of contributors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].