test1
System online
Sentralogic playground

Hello, World.

A tiny idea, beautifully deployed. This simple page is running live from a production-ready Express service behind Nginx.

HTTPS ready
Node.js · Express
test1.sentralogic.id
const app = express();
app.get("/", (_, res) => {
  res.send("Hello World");
});

// simple things can still feel great.
Ready to say hello.