A REST client for browsers
2024-07-02
![]()
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.
Was this useful?