New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@loopback/example-hello-world

Package Overview
Dependencies
Maintainers
7
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/example-hello-world

A simple hello-world Application using LoopBack 4

latest
Source
npmnpm
Version
8.0.11
Version published
Weekly downloads
38
533.33%
Maintainers
7
Weekly downloads
 
Created
Source

@loopback/example-hello-world

A simple hello-world application using LoopBack 4!

Summary

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!".

Prerequisites

Before we can begin, you'll need to make sure you have some things installed:

  • Node.js at v10 or greater

Additionally, this tutorial assumes that you are comfortable with certain technologies, languages and concepts.

Installation

  • Install the new loopback CLI toolkit.
npm i -g @loopback/cli
  • Download the "hello-world" application.
lb4 example hello-world
  • Switch to the directory.
cd loopback4-example-hello-world

Use

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!.

Contributions

Tests

Run npm test from the root folder.

Contributors

See all contributors.

License

MIT

Keywords

loopback

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

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.

Install

Related posts