CheerpJ – Java WASM Compiler

CheerpJ is a Java to HTML5 compiler, allowing you to convert any
Java client application into standard HTML5, WebAssembly and
JavaScript. Find out how CheerpJ provides a seamless experience of
java applications on any browser. Read more

Similar

Lambda Functions in Java

Sometimes when writing software, it is useful to pass a function as an argument to another function. A common example for this is a generic filter function. In pseudo code, it would look something like this: (more…)

Read more »