0.0.73 • Published 4 years ago

@artlife/micro v0.0.73

Weekly downloads
88
License
MIT
Repository
github
Last release
4 years ago

micro

A tiny and very opinionated microservices framework inspired by expressjs.

This library hosts all the common and boring features shared between our microservices.

WARNING: This library is a work in progress and isn't intended to be general purpose.

Things like:

  • logging
  • basic error handling
  • metrics
  • health checks
  • tracing requests and events across services

Environment variables

Configuration of the microserver can be done via environment variables (if not configure specifically in the code):

  • HOST - Sets the host for the REST API (defaults to 0.0.0.0).
  • PORT - Sets the port number for the REST API (defaults to 3000).
  • MESSAGING_HOST - Sets the connection to the RabbitMQ server (defaults to amqp://guest:guest@localhost:5672).
  • NODE_ENV - When set to PRODUCTION Morgan request tracing is disabled.
  • ENABLE_MORGAN - When set to "true" Morgan request tracing is enabled (can be used to enable request tracing in production).

Installation

npm install --save @artlife/micro

Example Usage

For an example use, please see the template microservice:

https://github.com/artlife-solutions/template-microservice

Building the code

Open folder in Visual Studio Code and hit Ctrl+Shift+B

Or run

npm run build

Or

npx tsc

Tests

Run

npm test

Or

npm run test:watch

Or

npx mocha --opts ./src/test/mocha.opts

Or

npx mocha --watch --watch-extensions ts --opts ./src/test/mocha.opts

Debugging

Debugging the command line app

  • Open in Visual Studio Code.
  • Select 'Main' debug configuration.
  • Set your breakpoints.
  • Hit F5 to run.

Debugging the tests

  • Open in Visual Studio Code.
  • Select 'Mocha' debug configuration.
  • Open the test source file to execute.
  • Set your breakpoints.
  • Hit F5 to run.
0.0.73

4 years ago

0.0.72

5 years ago

0.0.71

5 years ago

0.0.70

5 years ago

0.0.69

5 years ago

0.0.68

5 years ago

0.0.67

5 years ago

0.0.66

5 years ago

0.0.65

5 years ago

0.0.64

5 years ago

0.0.63

5 years ago

0.0.62

6 years ago

0.0.61

6 years ago

0.0.60

6 years ago

0.0.59

6 years ago

0.0.58

6 years ago

0.0.57

6 years ago

0.0.56

6 years ago

0.0.55

6 years ago

0.0.54

6 years ago

0.0.53

6 years ago

0.0.52

6 years ago

0.0.51

6 years ago

0.0.50

6 years ago

0.0.48

6 years ago

0.0.47

6 years ago

0.0.46

6 years ago

0.0.45

6 years ago

0.0.44

6 years ago

0.0.43

6 years ago

0.0.42

6 years ago

0.0.41

6 years ago

0.0.40

6 years ago

0.0.39

6 years ago

0.0.38

6 years ago

0.0.37

6 years ago

0.0.36

6 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago