JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 32
  • Score
    100M100P100Q48946F
  • License MIT

IoC container for Pip.Services in Node.js

Package Exports

  • pip-services-container-node

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pip-services-container-node) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Pip.Services Logo
IoC container for Node.js

This framework is a part of the Pip.Services project. It provides an inversion-of-control component container to facilitate the development of composable services and applications.

As all Pip.Services projects this framework is implemented in a variety of different languages: Java, .NET, Python, Node.js, Golang.

The framework provides a light-weight container that can be embedded inside a service or application, or can be run by itself, as a system process, for example. Container configuration serves as a recipe for instantiating and configuring components inside the container.
The default container factory provides generic functionality on-demand, such as logging and performance monitoring.

  • Core - Component container and container as a system process
  • Build - Container default factory
  • Config - Container configuration
  • Refer - Container references

Quick Links:

Acknowledgements

The Node.js version of Pip.Services is created and maintained by:

  • Volodymyr Tkachenko
  • Sergey Seroukhov
  • Mark Zontak

The documentation is written by:

  • Mark Makarychev