Skip to content

pintomau/graal-js-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graal JS Examples

Some Graal JS and general Graal examples.

A simple example that allows us to call a JS function from our Java code.

The JS function returns a Java defined type.

An example that allows using Typescript, transpiling to Javascript and bundling node dependencies.

Uses java2ts-processor to automatically generate Typescript type
definitions. This allows IDE hinting for types that exists in the Java code.

Additionally, contains an example of using multi-threading with GraalJS.

All of the above, integrated with Spring.

Additionally, adds the debugging dependency and configuration.