Skip to content

Latest commit

 

History

History
99 lines (88 loc) · 3.26 KB

Community-examples.md

File metadata and controls

99 lines (88 loc) · 3.26 KB
lang title keywords sidebar permalink
en
Community examples
LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI, Examples, Community
lb4_sidebar
/doc/en/lb4/Community-examples.html

In addition to the examples that LoopBack provides and maintains, this page lists the examples created by the community.

{% include warning.html content="The examples listed here are not supported by the LoopBack team; they are maintained by the LoopBack community and are listed here for convenience."%}

{% include note.html content="If you want to share your examples in this page, feel free to submit a PR to update this page."%}

General

Example Description
loopback4-example-multiservers Sets up multiple RestServers
loopback4-example-websocket Exposes Websocket socket.io endpoints in conjunction with LoopBack controllers
loopback4-example-serverless Leverages TypeScript, LoopBack 4 Dependency Injection, and Webpack to create serverless functions/actions
loopback4-external-apis Calls REST and SOAP services from a LoopBack application

Authentication

Example Description
loopback4-example-auth0 Uses Auth0 for JWT based authentication.
Loopback4-auth Adds JWT authentication to LoopBack 4 application

Authorization

Example Description
loopback4-Authorization Implementation of your own authorization strategy in Loopback-4 by adding permission properties in User model

Frontend related

Example Description
loopback4-example-todo-angular Takes the OpenAPI spec from a LoopBack 4 application and use `ng-openapi-gen` to generate the models and web client in an existing Angular application.