@loopback/core
popularDefine and implement core constructs such as Application and Component
Updated by @rfeng
@loopback/context
popularFacilities to manage artifacts and their dependencies in your Node.js applications. The module exposes TypeScript/JavaScript APIs and decorators to register artifacts, declare …
Updated by @rfeng
@loopback/rest
Expose controllers as REST endpoints and route REST API requests to controller methods
Updated by @rfeng
@loopback/repository
Define and implement a common set of interfaces for interacting with databases
Updated by @rfeng
@loopback/openapi-v3
Decorators that annotate LoopBack artifacts with OpenAPI v3 metadata and utilities that transform LoopBack metadata to OpenAPI v3 specifications
Updated by @rfeng
@loopback/metadata
Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata
Updated by @rfeng
@loopback/openapi-spec-builder
Make it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.
Updated by @rfeng
@loopback/express
Integrate with Express and expose middleware infrastructure for sequence and interceptors
Updated by @rfeng
@loopback/repository-json-schema
Converts TS classes into JSON Schemas using TypeScript's reflection API
Updated by @rfeng
@loopback/service-proxy
A common set of interfaces for interacting with service oriented backends such as REST APIs, SOAP Web Services, and gRPC microservices
Updated by @rfeng
@loopback/build
A set of common scripts and default configurations to build LoopBack 4 or other TypeScript modules
Updated by @rfeng
@loopback/authentication-passport
A package creating adapters between the passport module and @loopback/authentication
Updated by @rfeng