Falco 4.0.4

.NET 6.0
dotnet add package Falco --version 4.0.4
NuGet\Install-Package Falco -Version 4.0.4
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" Version="4.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Falco --version 4.0.4
#r "nuget: Falco, 4.0.4"
#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 as a Cake Addin
#addin nuget:?package=Falco&version=4.0.4

// Install Falco as a Cake Tool
#tool nuget:?package=Falco&version=4.0.4

Falco

NuGet Version build

open Falco
open Falco.Routing
open Falco.HostBuilder

webHost [||] {
    endpoints [
        get "/" (Response.ofPlainText "Hello World")
    ]
}

Falco is a toolkit for building fast, functional-first and fault-tolerant web applications using F#.

  • 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.
  • 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.

All pull requests should originate from the develop branch. A merge into this branch means that your changes are scheduled to go into production with the very next release, which could happen any time from the same day up to a couple weeks (depending on priorities and urgency).

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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
Compatible target framework(s)
Additional computed target framework(s)
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
4.0.4 3,000 3/13/2023
4.0.3 800 1/1/2023
4.0.2 352 11/30/2022
4.0.1 292 11/23/2022
4.0.0 463 11/7/2022
4.0.0-rc1 84 11/2/2022
4.0.0-beta4 98 10/26/2022
4.0.0-beta3 93 10/25/2022
4.0.0-beta2 483 9/23/2022
4.0.0-beta1 106 9/13/2022
4.0.0-alpha2 89 9/11/2022
4.0.0-alpha1 108 8/29/2022
3.1.14 1,434 8/29/2022
3.1.13 614 8/11/2022
3.1.12 1,706 5/20/2022
3.1.11 1,083 2/8/2022
3.1.10 749 12/14/2021
3.1.9 331 12/6/2021
3.1.8 339 12/3/2021
3.1.7 732 9/24/2021
3.1.6 323 9/24/2021
3.1.5 319 9/24/2021
3.1.4 439 8/24/2021
3.1.3 471 8/4/2021
3.1.2 408 7/30/2021
3.1.1 421 7/27/2021
3.1.0 371 7/27/2021
3.1.0-beta8 221 7/7/2021
3.1.0-beta7 209 7/6/2021
3.1.0-beta6 227 7/6/2021
3.1.0-beta5 209 7/5/2021
3.1.0-beta4 187 7/5/2021
3.1.0-beta3 207 7/1/2021
3.1.0-beta2 209 7/1/2021
3.1.0-beta1 192 6/15/2021
3.0.5 1,068 6/14/2021
3.0.4 511 5/5/2021
3.0.3 495 4/10/2021
3.0.2 774 12/8/2020
3.0.1 464 12/1/2020
3.0.0 504 11/27/2020
3.0.0-alpha9 240 11/26/2020
3.0.0-alpha8 228 11/25/2020
3.0.0-alpha7 254 11/25/2020
3.0.0-alpha6 271 11/22/2020
3.0.0-alpha5 218 11/20/2020
3.0.0-alpha4 236 11/20/2020
3.0.0-alpha3 237 11/20/2020
3.0.0-alpha2 426 11/11/2020
3.0.0-alpha1 234 11/11/2020
2.1.0 595 11/11/2020
2.0.4 1,483 11/9/2020
2.0.3 472 10/31/2020
2.0.2 965 7/31/2020
2.0.1 489 7/20/2020
2.0.0 622 7/12/2020
2.0.0-alpha 272 7/7/2020
1.2.3 500 7/2/2020
1.2.2 482 6/29/2020
1.2.1 546 6/28/2020
1.2.0 541 6/23/2020
1.1.0 696 6/6/2020
1.0.10-alpha 301 5/13/2020
1.0.9-alpha 333 4/29/2020
1.0.8-alpha 281 4/29/2020
1.0.7-alpha 279 4/27/2020
1.0.6-alpha 277 4/24/2020
1.0.5-alpha 294 4/23/2020
1.0.4-alpha 300 4/22/2020
1.0.3-alpha 298 4/19/2020
1.0.2-alpha 302 4/19/2020
1.0.1-alpha 298 4/7/2020
1.0.0-alpha 290 4/6/2020