2.0.0 ā€¢ Published 3 months ago

multijet v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

multijet

logo

Multijet is a highly opinonated framework for building large microservice based monorepos in Typescript.

The core concept of multijet is the microservices/libs structure:

  • Each microservice is a separate Node.js project usually based on the Fastify web framework.
  • The packages included in the libs/ folder also are separate Node.js projects can be imported and used either by a Microservice or by another lib.

Thanks to turborepo and esbuild, multijet can build and bundle all your microservices and their dependencies in a matter of milliseconds

To get started, head to the official documentation.

Features

  • Extremely fast builds
  • OpenAPI-first design
  • Modular and flexible
  • Multiple deploy methods (AWS Lambda and Docker by default)
  • Easily configurable
  • Single file bundled microservices
  • Optional Jenkins pipeline and SonarCloud

šŸ’™ If you wish to contribute, check out CONTRIBUTING.md

2.0.0

3 months ago

1.2.0

6 months ago

1.1.0

6 months ago

1.0.2

9 months ago

1.0.1

9 months ago