Examples
A complete set of ready to run examples for Deboa and related crates.
Here you can find the following projects:
deboa
A simple blog application using Vamo. This example shows how to use use Vamo to quickly make request to fetch posts from a REST api. It also shows how to use DeboaCatcher trait to implement a simple middleware.
catcher
This example focus on how to use DeboaCatcher trait to implement a simple middleware to log requests.
chat
Very basic chat application using Deboa and WebSocket from deboa-extras crate. Application app is built with iced crate.
postman
A showcase of how to use bora attribute macro from vamo-macro create to build a client to make requests to a REST api.
simple
This example illustrates how to use Deboa to make requests in several different ways, using FetchWith trait and more.
sse
How to use Deboa to make requests to a server-sent events (SSE) endpoint.