Skip to content

Commit a621573

Browse files
committed
Add a warning about project status to the README
1 parent 15cfd7a commit a621573

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Finch is a thin layer of purely functional basic blocks atop of [Finagle][finagl
66
building composable HTTP APIs. Its mission is to provide the developers simple and robust HTTP primitives being as
77
close as possible to the bare metal Finagle API.
88

9+
------------
10+
11+
> [!WARNING]
12+
> Finch is no longer maintained because Finagle is no longer maintained: [twitter/finagle#943](https://github.com/twitter/finagle/issues/943).
13+
>
14+
> For an alternative purely functional HTTP server, take a look at [http4s](https://http4s.org/).
15+
916
Badges
1017
------
1118
[![Scala CI](https://github.com/finagle/finch/actions/workflows/build.yml/badge.svg)](https://github.com/finagle/finch/actions/workflows/build.yml)

0 commit comments

Comments
 (0)