@strata-js/strata
v2.1.0
Published
The fast, opinionated, minimalist microservice framework for node.
Downloads
249
Readme
Strata.js

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/strataMiddleware
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.
