Skip to content

dirigiblelabs/template-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.