strata

Strata.js: the fast, opinionated, minimalist microservice framework https://strata-js.gitlab.io/

Active Pure Nim score 65/100 · last commit 2026-06-25 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 3
Open Issues 0
Last Commit 2026-06-25
Downloads 0
Last Indexed 2026-09-06 07:38

Installation

nimble install strata
choosenim install strata
git clone https://gitlab.com/strata-js/strata

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
strata - - - - - - -

Source

Repository https://gitlab.com/strata-js/strata
Homepage https://gitlab.com/strata-js/strata
Registry Source gitlab

README

Strata.js

![Strata Logo](https://gitlab.com/strata-js/strata/-/raw/master/docs/images/logo_banner_white.png)

The fast, opinionated, minimalist microservice framework for node.

Strata.js is a microservice framework built off of Redis Streams and inspired by expressjs.

Installation

Strata.js is published on the public npm registry, under the @strata-js scope. Simply install it like normal:

// npm
$ npm add @strata-js/strata

// yarn
$ yarn add @strata-js/strata

Middleware

Strata.js has some official middleware, which you can find on GitLab:

  • https://gitlab.com/stratajs/middleware

These packages are also published under the @strata-js scope, in the form of `@strata-js/middleware-.

Utilities

Strata.js also has some official utilities, which you can find on GitLab:

  • https://gitlab.com/stratajs/utils

These packages are also published under the @strata-js scope, in the form of `@strata-js/util-.

Documentation

Strata.js's documentation is currently a work in progress, but can be found in the docs folder.