Skip to main content

Installation

Install the core package with your package manager:

npm install @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:

import { Microservice } from '@microde/microservice';

See Compatibility and limitations before adopting a pre-1.0 release in production.