Page Contents
In addition to the examples that LoopBack provides and maintains, this page lists the examples created by the community.
Warning: The examples listed here are not supported by the LoopBack team; they are maintained by the LoopBack community and are listed here for convenience.
Note: 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. |