$ npm install @miris/core
$ miris init my-project
Project initialized successfully.
MIRIS is a modular framework for building resilient distributed systems. Install the core package and initialize your project to begin.
Requires Node.js 18+ and npm 9+. See the full requirements in the API documentation.
import { createApp } from '@miris/core'
const app = createApp({ mode: 'cluster' })