>_

miris-project

v2.1.0 Open Source
$ npm install @miris/core $ miris init my-project Project initialized successfully.
Getting Started API Contributing

Getting Started

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' })

Activity

47 contributors