org.eclipse.dirigible:dirigible-template-hello-world

Templates Plugins


Keywords
dirigible, eclipse-dirigible, hello-world, templates
License
EPL-2.0

Documentation

Template - Hello World

Eclipse License GitHub contributors

Overview

Simple "Hello World" JavaScript service

var response = require('http/v3/response');

response.println('Hello World');
response.flush();
response.close();

License

This project is copyrighted by SAP SE and is available under the Eclipse Public License v 2.0. See LICENSE and NOTICE.txt for further details.