Skip to Content
Modules

Modules

Modules are how Coyote calls the types of infrastructure primitives in Coyote such as cache, kv-store, rate-limiting, and message broker.

Coyote modules are intended as powerful building blocks for developers to build with. Modules are designed to be ready-to-use, meaning that developers don’t need to build custom scaffolding code to use them. Most common web development patterns are well known and understood, so Coyote provides implementations for these common patterns instead of just low-level building blocks to build them with themselves.

The list of modules Coyote supports is continuously evolving. So please let us know if there are any modules that you think Coyote should include that it doesn’t already.

Last updated on