Skip to content

Commit

Permalink
Added Pekko line
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiej.zylinski committed Apr 26, 2024
1 parent 2f3c287 commit f82250e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/backends/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Which one to choose?

* for simple exploratory requests, use the [synchronous](synchronous.md) `DefaultSyncBackend` / `HttpClientSyncBackend`.
* if you have Akka in your stack, use the [Akka backend](akka.md) or [Pekko backend](pekko.md)
* if you have Pekko in your stack, use the [Pekko backend](pekko.md)
* if you are using `Future` without Akka, use the `DefaultFutureBackend` / `HttpClientFutureBackend`
* finally, if you are using a functional effect wrapper, use one of the "functional" backends, for [ZIO](zio.md), [Monix](monix.md), [Scalaz](scalaz.md), [cats-effect](catseffect.md) or [fs2](fs2.md).

Expand Down

0 comments on commit f82250e

Please sign in to comment.