diff --git a/_scala_use_case_items/1-backend.md b/_scala_use_case_items/1-backend.md index 0f5cafcf2..7798d6d98 100644 --- a/_scala_use_case_items/1-backend.md +++ b/_scala_use_case_items/1-backend.md @@ -10,7 +10,7 @@ icon: "icon5.svg"

Principled Concurrency

-

Scala's expressivity and compiler-enforced saftey makes it easier to construct reliable concurrent code.

+

Scala's expressivity and compiler-enforced safety makes it easier to construct reliable concurrent code.

With Scala, your programs take full advantage of multi-core and distributed architectures, ensure safe access to resources, and apply back-pressure to data producers according to your processing rate.

One popular open-source option for managing concurrency in Scala is Cats Effect, combined with http4s for defining servers and routing. Click below to see other solutions.

libraries for Concurrency and distribution