0.1.36 • Published 3 years ago

@waytrade/microservice-core v0.1.36

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

microservice-core

Test and Publish

Core-library for microservice implementations.

We use this library as core of our microservice Apps and it is OSS so you don't need to write it again. No questions will be answered, no support will be given, no feature-request will be accepted. Use it - or fork it and roll your own :)

See https://github.com/waytrade/ib-api-service for an App that uses it.

Provides:

  • An App base-class, that handles server, services and controllers boot and shutdown.
  • A HTTP/REST and WebSocket Server on uWebsocket.
  • Decorators (@get, @post, ..) to route HTTP requested into your controllers
  • An OpenAPI Generator to create an openapi.json for your service App.
  • A SwaggerUI on /index.html to browse and test your REST API.
  • Decorators {@summary, @model, @attribute, ..} to describe your interfaces and model for the OpenApi Generator.

Preparation

$ yarn global add @openapitools/openapi-generator-cli

Usage

$ yarn add @waytrade/ib-api-service

update:

$ yarn upgrade @waytrade/ib-api-service@^
0.1.36

3 years ago

0.1.35

3 years ago

0.1.33

3 years ago

0.1.34

3 years ago

0.1.32

3 years ago

0.1.30

3 years ago

0.1.31

3 years ago

0.1.29

3 years ago

0.1.28

3 years ago

0.1.27

3 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago