mirror of https://gitee.com/dotnetchina/Furion.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 days ago | |
---|---|---|
.gitee | 1 week ago | |
app | 2 days ago | |
assets | 3 days ago | |
clients | 4 days ago | |
docs | 6 months ago | |
framework | 2 days ago | |
references | 5 months ago | |
samples | 2 days ago | |
schemas | 3 months ago | |
snks | ||
templates | 2 days ago | |
tests | 2 weeks ago | |
tools | 2 days ago | |
.gitattributes | ||
.gitignore | 7 months ago | |
CHANGELOG.md | 6 months ago | |
CODE_OF_CONDUCT.md | 8 months ago | |
CONTRIBUTING.md | 8 months ago | |
Dockerfile | 3 weeks ago | |
LICENSE | 3 weeks ago | |
LICENSE.zh | 3 weeks ago | |
README.md | 3 days ago | |
README.zh.md | 3 days ago | |
nuget-push.ps1 | 9 months ago | |
源码目录说明.md | 6 days ago |
README.md
中 | En
Furion
An application framework that you can integrate into any .NET/C# application.
Installation
dotnet add package Furion
Examples
We have several examples on the website. Here is the first one to get you started:
Serve.Run();
[DynamicApiController]
public class HelloService
{
public string Say() => "Hello, Furion";
}
Open browser access http://localhost:5000
.
Documentation
You can find the Furion documentation on the website.
Contributing
The main purpose of this repository is to continue evolving Furion core, making it faster and easier to use. Development of Furion happens in the open on Gitee, and we are grateful to the community for contributing bugfixes and improvements.
Read contribution documents to learn how you can take part in improving Furion.
License
Furion uses the MIT open source license.
Sponsor
If Furion has been helpful to you and you would like to see Furion continue to grow, please consider sponsoring us.