Falco.OpenApi 1.0.0-alpha1

This is a prerelease version of Falco.OpenApi.
dotnet add package Falco.OpenApi --version 1.0.0-alpha1                
NuGet\Install-Package Falco.OpenApi -Version 1.0.0-alpha1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Falco.OpenApi" Version="1.0.0-alpha1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Falco.OpenApi --version 1.0.0-alpha1                
#r "nuget: Falco.OpenApi, 1.0.0-alpha1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Falco.OpenApi as a Cake Addin
#addin nuget:?package=Falco.OpenApi&version=1.0.0-alpha1&prerelease

// Install Falco.OpenApi as a Cake Tool
#tool nuget:?package=Falco.OpenApi&version=1.0.0-alpha1&prerelease                

Falco

NuGet Version build

open Falco
open Microsoft.AspNetCore.Builder

let wapp = WebApplication.Create()

let endpoints =
    // associate GET / to plain text HttpHandler
    [ Routing.get "/" (Response.ofPlainText "Hello World!") ]

// activate Falco endpoint source
wapp.UseFalco(endpoints)
    .Run()

Falco is a toolkit for building fast and functional-first web applications using F#. You can think of it as minimal API on steroids.

  • Built upon the high-performance components of ASP.NET Core.
  • Optimized for building HTTP applications quickly.
  • Seamlessly integrates with existing .NET Core middleware and libraries.

Key Features

Design Goals

  • Provide a toolset to build a working full-stack web application in F#.
  • Should be simple, extensible and integrate with existing .NET libraries.
  • Can be easily learned.

Learn

The best way to get started is by visiting the documentation. For questions and support please use discussions. The issue list of this repo is exclusively for bug reports and feature requests. For chronological updates refer to the changelog is the best place to find chronological updates.

If you want to stay in touch, feel free to reach out on Twitter.

Have an article or video that you want to share? We'd love to hear from you! To add your content, visit this discussion.

Community Projects

Articles

Videos

Contribute

Thank you for considering contributing to Falco, and to those who have already contributed! We appreciate (and actively resolve) PRs of all shapes and sizes.

We kindly ask that before submitting a pull request, you first submit an issue or open a discussion.

If functionality is added to the API, or changed, please kindly update the relevant document. Unit tests must also be added and/or updated before a pull request can be successfully merged.

Only pull requests which pass all build checks and comply with the general coding guidelines can be approved.

If you have any further questions, submit an issue or open a discussion or reach out on Twitter.

Why "Falco"?

Kestrel has been a game changer for the .NET web stack. In the animal kingdom, "Kestrel" is a name given to several members of the falcon genus. Also known as "Falco".

Find a bug?

There's an issue for that.

License

Built with ♥ by Pim Brouwers in Toronto, ON. Licensed under Apache License 2.0.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-alpha1 48 10/17/2024