0.1.0 • Published 10 months ago

@syster42/core v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

#core

This library aims to support the basic foundation for all micro-services. It provides a set of common interfaces and classes that can be used to build a micro-service.

Installation

npm i --save @syster42/core

Usage

import { Application } from '@syster42/core';
const app = new Application();
await app.run(MainServiceClass, logger);

Features

  • Dependency Injection
  • Application lifecycle
  • Multi process support / clustering
  • Configuration Management
  • Logging with customizable transports

Links

coming soon...