
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@loopback/example-hello-world
Advanced tools
A simple hello-world application using LoopBack 4!
This project shows how to write the simplest LoopBack 4 application possible. Check out src/application.ts to learn how we configured our application to always respond with "Hello World!".
Before we can begin, you'll need to make sure you have some things installed:
Additionally, this tutorial assumes that you are comfortable with certain technologies, languages and concepts.
npm i -g @loopback/cli
lb4 example hello-world
cd loopback4-example-hello-world
Start the app:
npm start
The application will start on port 3000. Use your favourite browser or REST
client to access any path with a GET request, and watch it return
Hello world!.
Run npm test from the root folder.
See all contributors.
MIT
FAQs
A simple hello-world Application using LoopBack 4
The npm package @loopback/example-hello-world receives a total of 4 weekly downloads. As such, @loopback/example-hello-world popularity was classified as not popular.
We found that @loopback/example-hello-world demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.