Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monksoul/furion
Make .NET development easier, more versatile, and more popular.
https://github.com/monksoul/furion
dotnet framework microsoft mvc webapi
Last synced: 2 days ago
JSON representation
Make .NET development easier, more versatile, and more popular.
- Host: GitHub
- URL: https://github.com/monksoul/furion
- Owner: MonkSoul
- License: other
- Created: 2020-06-22T07:29:40.000Z (over 4 years ago)
- Default Branch: v5-transition
- Last Pushed: 2024-10-27T17:22:37.000Z (3 months ago)
- Last Synced: 2024-10-29T17:57:40.802Z (3 months ago)
- Topics: dotnet, framework, microsoft, mvc, webapi
- Language: C#
- Homepage: https://furion.net
- Size: 1.29 GB
- Stars: 2,119
- Watchers: 62
- Forks: 434
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[中](https://gitee.com/dotnetchina/Furion) | **En**
# Furion
An application framework that you can integrate into any .NET/C# application.
## Installation
```powershell
dotnet add package Furion
```## Examples
We have several examples [on the website](https://furion.net). Here is the first one to get you started:
```cs
Serve.Run();[DynamicApiController]
public class HelloService
{
public string Say() => "Hello, Furion";
}
```Open browser access `http://localhost:5000`.
## Documentation
You can find the [Furion](https://gitee.com/dotnetchina/Furion) documentation [on the website](https://furion.net).
## Contributing
The main purpose of this repository is to continue evolving [Furion](https://gitee.com/dotnetchina/Furion) core, making it faster and easier to use. Development of [Furion](https://gitee.com/dotnetchina/Furion) happens in the open on [Gitee](https://gitee.com/dotnetchina/Furion), and we are grateful to the community for contributing bugfixes and improvements.
Read [contribution documents](https://gitee.com/dotnetchina/Furion/blob/v4/CONTRIBUTING.md) to learn how you can take part in improving [Furion](https://gitee.com/dotnetchina/Furion).
## License
[Furion](https://gitee.com/dotnetchina/Furion) is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE-APACHE](https://gitee.com/dotnetchina/Furion/blob/v4/LICENSE-APACHE), [LICENSE-MIT](https://gitee.com/dotnetchina/Furion/blob/v4/LICENSE-MIT), [COPYRIGHT](https://gitee.com/dotnetchina/Furion/blob/v4/COPYRIGHT.md) and [DISCLAIMER](https://gitee.com/dotnetchina/Furion/blob/v4/DISCLAIMER.md) for details.
[![](./assets/baiqian.svg)](https://baiqian.com)