中 | En
An application framework that you can integrate into any .NET/C# application.
dotnet add package Furion
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 https://localhost:5000
.
You can find the Furion documentation on the website.
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.