@toincrease/node-framework
TypeScript icon, indicating that this package has built-in type declarations

0.1.52 • Public • Published

node-framework

An opiniated microservice framework for go services.

The framework re-exports a lot of stuff from underlying toincrease/* packages. It saves you from importing them manually.

Note: you are still required to install restify typings on every service to satisfy the typescript compiler & type hints: typings install restify --save --ambient

Wishlist

  • Namespacing

0-day bumping

In case you need to update a core component (e.g. node-logger or something) that is transitively embedded in a lot of packages, use this order:

  • node-logger
  • node-http
  • node-config
  • node-context
  • node-sdk
  • node-auth-middleware
  • node-framework

config: 0.0.19 sdk: 0.0.38

Readme

Keywords

none

Package Sidebar

Install

npm i @toincrease/node-framework

Weekly Downloads

0

Version

0.1.52

License

ISC

Last publish

Collaborators

  • rvdwijngaard
  • kevinvandervlist
  • toincrease