Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renatoathaydes/jvm-alternatives-to-js

Repository comparing JVM alternatives to JS: CheerpJ, GWT, JSweet, TeaVM, Vaadin Flow, bck2brwsr (bonus: React, Dart)
https://github.com/renatoathaydes/jvm-alternatives-to-js

cheerp dart gwt java jsweet reactjs teavm vaadin

Last synced: 10 days ago
JSON representation

Repository comparing JVM alternatives to JS: CheerpJ, GWT, JSweet, TeaVM, Vaadin Flow, bck2brwsr (bonus: React, Dart)

Awesome Lists containing this project

README

        

# JVM alternatives to JS

This repo contains different implementations of a simple counter application in the following Java-based
technologies:

* CheerpJ
* GWT
* JSweet
* TeaVM
* Vaadin Flow

> bck2brwsr example is broken - I couldn't get it working.

For comparison, it also contains the following other implementations:

* React.js
* Dart

Code for blog post: [Comparing JVM alternatives to JavaScript](https://renato.athaydes.com/posts/comparing-jvm-alternatives-to-js.html).