[Go to site: main page, start]

Java JavaScript

Open-source Java projects categorized as JavaScript

Top 23 Java JavaScript Projects

  1. Selenium WebDriver

    A browser automation framework and ecosystem.

    Project mention: Top 7 Puppeteer Alternatives for Web Automation and Testing (2025) | dev.to | 2025-08-05

    Selenium is one of the most popular and mature automated testing frameworks for web applications. Unlike Puppeteer, which is limited to Chromium, Selenium supports all major browsers—including Chrome, Firefox, Safari, and Edge—making it a reliable choice for Cross-platform browser testing.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. conductor

    Conductor is an event driven agentic workflow engine providing durable and highly resilient execution engine for applications and AI Agents

    Project mention: Conductor, an orchestration engine for microservices and event-driven workflows | news.ycombinator.com | 2025-10-05
  4. ANTLR

    ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

    Project mention: RCParsing VS ANTLR - a user suggested alternative | libhunt.com/r/RCParsing | 2025-09-19

    ANTLR is a lexer-based, powerful tool for creating own DSL and analyzing them. But it's and overkill for simple languages (JSON, for example), while RCParsing is good for both complex and simple languages, allows you to choose: work with AST or immediately calculate value while parsing.

  5. aws-doc-sdk-examples

    Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

    Project mention: Send Email using aws-v2.sesv2 on golang | dev.to | 2025-08-20
  6. Zeppelin

    Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.

    Project mention: Woxi: Wolfram Mathematica Reimplementation in Rust | news.ycombinator.com | 2026-02-25

    I wonder if it would make a good Zeppelin interpreter. https://zeppelin.apache.org/

  7. QR-Code-generator

    High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

    Project mention: Fully vector QR codes with an SVG logo in React (download as scalable SVG) | dev.to | 2026-06-08

    That's what react-quick-response does. It renders the QR code as SVG (the encoding is handled by Project Nayuki's well-known QR Code generator library, bundled in — no extra runtime dependency), and it lets you pass an SVG logo as a child that stays vector too.

  8. spotless

    Keep your code spotless

    Project mention: The Judgement Pyramid: Reasoning vs Measurement | dev.to | 2026-05-19

    Is this reasoning, or measurement? If measurement, push it to a deterministic tool. Sonar, Spotless, Ruff, ESLint, coverage gates, pre-commit hooks, complexity calculators. Write a script if no tool exists. That's how just lint got built, and that's the Unix-philosophy move for agentic coding. Hooks fire on tool calls; CI fires on PRs; pre-commit fires on commit. Pick the cheapest layer that catches the failure and run it there.

  9. fory

    A blazingly fast multi-language serialization framework for idiomatic domain objects, schema IDL, and cross-language data exchange.

    Project mention: Extend Protobuf/FlatBuffers Schema IDL with Shared/Circular Reference Support | news.ycombinator.com | 2026-03-11

    If you already have .proto or .fbs schemas and you want shared/circular reference support, with the Fory compiler you can keep those schemas, add a small set of Fory options, then foryc generates idiomatic native models across Fory-supported languages

    With fory first-class object graph serialziation support, you can serialize object graphs without manual *_id link reconstruction or rewriting your entire schema into Fory Schema.

    1. GitHub: https://github.com/apache/fory

    2. Compiler docs: https://fory.apache.org/docs/compiler

  10. open-location-code

    Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.

  11. KeyBox

    A modern, web-based SSH console and key management tool. Bastillion gives you a clean, browser-based way to manage SSH access across all your systems. Think of it like a bastion host with a friendly dashboard.

  12. teavm

    Compiles Java bytecode to JavaScript, WebAssembly and C

    Project mention: TeaVM | news.ycombinator.com | 2026-03-08
  13. Thymeleaf

    Thymeleaf is a modern server-side Java template engine for both web and standalone environments.

    Project mention: AI Agent for Moltbook in Java: From Zero to Hero | dev.to | 2026-02-12
  14. metasfresh

    We do Open Source ERP - Fast, Flexible & Free Software to scale your Business.

  15. ambari

    Apache Ambari simplifies provisioning, managing, and monitoring of Apache Hadoop clusters.

    Project mention: Top Open-Source Data Engineering Tools- Unravelling the Best in 2026 | dev.to | 2025-12-10

    Ambari

  16. AsciidocFX

    Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)

    Project mention: Asciidoc Book Editor based on JavaFX 19 | news.ycombinator.com | 2026-01-01
  17. teammates

    TEAMMATES is a feedback management tool for education

  18. guacamole-client

    The Apache Guacamole web application, official extensions, and JavaScript library.

  19. jsweet

    A Java to JavaScript transpiler.

  20. Galen

    Layout and functional testing framework for websites

  21. j2cl

    Java to Closure JavaScript transpiler

    Project mention: WASM 3.0 Completed | news.ycombinator.com | 2025-09-17

    Well, for Java it's actually a separate compiler that targets Wasm and integrates with WasmGC: https://github.com/google/j2cl The Google Sheets team used it for their calc engine: https://v8.dev/blog/wasm-gc-porting

    For Kotlin it's similar but the compiler backend is from Jetbrains themselves, targets Wasm and adapts the Kotlin runtime to use WasmGC: https://kotlinlang.org/docs/wasm-overview.html. https://seb.deleuze.fr/introducing-kotlin-wasm/ has some low level detail on how Kotlin works with WasmGC.

    A bit more on Kotlin/Wasm here, seems like also Dart/Flutter uses WasmGC: https://developer.chrome.com/blog/wasmgc#kotlin_wasm

    https://github.com/dotnet/runtime/issues/94420 has some notes on why C# can't use WasmGC (yet?).

  22. PretendYoureXyzzy

    A web clone of the card game Cards Against Humanity.

  23. cordova-plugin-inappbrowser

    Apache Cordova InAppBrowser Plugin

  24. ofbiz-framework

    Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java JavaScript discussion

Log in or Post with

Java JavaScript related posts

  • Designing for Scale: Repository Structures that Boost Software Development Productivity

    3 projects | dev.to | 20 May 2026
  • The Judgement Pyramid: Reasoning vs Measurement

    4 projects | dev.to | 19 May 2026
  • JPEG Compression

    2 projects | news.ycombinator.com | 18 Mar 2026
  • TeaVM

    1 project | news.ycombinator.com | 8 Mar 2026
  • Applets Are Officially Gone, but Java in the Browser Is Better

    1 project | news.ycombinator.com | 7 Dec 2025
  • 🚀 Vibe Coding Mistakes (When Using AI Tools) and How to Avoid Them

    6 projects | dev.to | 13 Nov 2025
  • Conductor, an orchestration engine for microservices and event-driven workflows

    1 project | news.ycombinator.com | 5 Oct 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source JavaScript projects in Java? This list will help you:

# Project Stars
1 Selenium WebDriver 34,191
2 conductor 31,915
3 ANTLR 18,910
4 aws-doc-sdk-examples 10,423
5 Zeppelin 6,630
6 QR-Code-generator 6,527
7 spotless 5,510
8 fory 4,407
9 open-location-code 4,329
10 KeyBox 3,476
11 teavm 3,059
12 Thymeleaf 2,964
13 metasfresh 2,344
14 ambari 2,304
15 AsciidocFX 2,044
16 teammates 1,827
17 guacamole-client 1,667
18 jsweet 1,491
19 Galen 1,415
20 j2cl 1,370
21 PretendYoureXyzzy 1,278
22 cordova-plugin-inappbrowser 1,135
23 ofbiz-framework 1,055

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Java is
the 10th most popular programming language
based on number of references?