A REST client for browsers

A REST client for browsers

The article introduces Polo, an open-source REST client that operates within your browser, leveraging Elixir and Phoenix LiveView. Polo's main aspects include asynchronous operations via Phoenix.LiveView.AsyncResult, dynamic forms with Ecto schemas, and the use of NimblePublisher for managing request collections. With Docker and a modern browser, Polo aims to work locally or in the cloud, providing a flexible and powerful tool for developers.

Visit Original Article →