All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.template-hello-world.service.mjs.template Maven / Gradle / Ivy

There is a newer version: 10.6.37
Show newest version
import { response } from "@dirigible/http";

response.println("Hello World!");
response.flush();
response.close();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy