Installation
Install the core package with your package manager:
- TypeScript
- Rust
npm install @microde/microservice
cargo add microde-microservice
If you prefer to edit dependencies manually, add microde-microservice to the
[dependencies] table in Cargo.toml.
Microde is published as an ECMAScript module and includes TypeScript declarations. Use it from an ESM-compatible Node.js project:
- TypeScript
- Rust
import { Microservice } from '@microde/microservice';
use microde_microservice::Microservice;
See Compatibility and limitations before adopting a pre-1.0 release in production.