Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/renatoathaydes/jvm-alternatives-to-js
- Owner: renatoathaydes
- License: apache-2.0
- Created: 2019-04-21T17:21:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T16:26:14.000Z (about 3 years ago)
- Last Synced: 2023-03-11T06:43:13.453Z (over 1 year ago)
- Topics: cheerp, dart, gwt, java, jsweet, reactjs, teavm, vaadin
- Language: Java
- Size: 125 KB
- Stars: 25
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* DartCode for blog post: [Comparing JVM alternatives to JavaScript](https://renato.athaydes.com/posts/comparing-jvm-alternatives-to-js.html).