Armadillo - Typesafe JSON-RPC API by Kasper Kondzielski

Описание к видео Armadillo - Typesafe JSON-RPC API by Kasper Kondzielski

"Armadillo - Typesafe JSON-RPC API" by Kasper Kondzielski at Functional Scala 2022.

Although JSON-RPC is not the most popular protocol, nowadays mostly replaced by GRPC, there are still places that use it, especially in the case of inter-process communication. The two most popular ones are blockchains and language server protocols.

Up until now, there was no idiomatic scala library for building API using that protocol. In this talk Kasper presents the work that they did at IOG that resulted in the creation of a new library - Armadillo, that takes a similar approach to the commonly known, and well received library for building HTTP endpoints - Tapir.

As its older brother, Armadillo allows you to describe your JSON-RPC endpoints using pure values and later interpret them to your liking - be it HTTP server or OpenRPC documentation.

Grab Your Early Bird Tickets for the Functional Scala 2023! ➡️
https://www.functionalscala.com/

#FunScala2022 #scala #zio #functionalprogramming #functionalscala #scalaconference #scaladeveloper.

Комментарии

Информация по комментариям в разработке