Java JavaScript

Open-source Java projects categorized as JavaScript

Top 23 Java JavaScript Projects

  • Selenium WebDriver

    A browser automation framework and ecosystem.

  • Project mention: JS Toolbox 2024: Bundlers and Test Frameworks | dev.to | 2024-03-03

    Selenium is an extensively used open-source automation framework for web applications. It allows for cross-browser testing by automating browser actions, making it a staple tool for end-to-end testing in diverse web development environments.

  • 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: Library to parse slash commands with validation? | /r/dotnet | 2023-06-02

    antlr https://github.com/antlr/antlr4

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • conductor

    Conductor is an event driven orchestration platform (by conductor-oss)

  • Project mention: Emerging Tech Trends 2024: The Latest Developments in AI, API, and Automation | dev.to | 2024-05-17

    Conductor is an open-source orchestration platform that automates complex or long-running processes, such as AI integration flows, microservice application flows, DevOps processes, transactional flows, and more. With Conductor, developers can build and update durable workflows without the complexities of managing system failures, dependencies, or scalability.

  • 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: Stubbing AWS Service calls in Golang | dev.to | 2023-08-15

    So I did some more research and I found the awsdocs/aws-doc-sdk-examples repo. This repository used a testtools module. So I started an experiment to see how I could use this module. I refactored the code as followed:

  • closure-compiler

    A JavaScript checker and optimizer.

  • Project mention: Figma's Journey to TypeScript | news.ycombinator.com | 2024-05-04

    Well, the nice thing with Python types is that the _only_ difference to untyped Python is the type annotations. Last time I worked with TypeScript (two and a half years ago), it felt more like a different language _similar_ to JS. In my experience it was quite... viral. With MyPy I've genuinely seen just specific parts of a code base become typed and didn't notice any friction.

    I wonder what would happen if that proposal for type comments in JS went through. Would TypeScript become just a type checker / optimizing compiler?

    Google's Closure had an (IMHO) nicer approach (https://github.com/google/closure-compiler/wiki/Types-in-the...), but I don't get the impression it'll ever catch on outside Google.

  • Zeppelin

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

  • Project mention: Serverless Apache Zeppelin on AWS | dev.to | 2024-02-04

    Now we can proceed with the definition of Apache Zeppelin. It is a web-based notebook that enables data-driven, interactive data analytics and collaborative documents with Python, Scala, SQL, Spark, and more. You can execute code and even schedule a job (via cron) to run at regular intervals.

  • QR-Code-generator

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

  • Project mention: How to make a QR code with Stable Diffusion | news.ycombinator.com | 2023-06-11

    The funny thing is that no-one AFAICT has realized that the same content can be encoded in different-looking QR codes. Beside the obvious (different error-correction levels), the content itself can be changed while maintaining its semantic meaning (e.g. "https://example.com/foo", "HTTPS://EXAMPLE.COM/foo", or "HtTpS://eXaMpLe.CoM/foo" are all semantically identical) and even the QR encoding itself can be tweaked (e.g. by changing the version and mask, see the demo on https://www.nayuki.io/page/qr-code-generator-library). Each combination would yield a different-looking QR code that would encode the same meaning, and it could therefore allow the diffusion models even greater freedom.

    I'm sure somebody will get to this soon.

  • SaaSHub

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

    SaaSHub logo
  • spotless

    Keep your code spotless

  • Project mention: We Have Code Quality At Home: Open Source Java Code Quality Tools | dev.to | 2024-05-06

    Spotless is an open-source, multi-language, customizable code formatter for projects. It comes with a Maven Plugin that can be customized as needed.

  • 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.

  • Project mention: A Critical Analysis of the What3Words Geocoding Algorithm | news.ycombinator.com | 2023-09-02

    Pluscode is a trademark. The actual standard is called "open location code" and is unrestricted - https://github.com/google/open-location-code/

  • atmosphere

    Event Driven WebSockets Framework with Cross-Browser Fallbacks (by Atmosphere)

  • KeyBox

    Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.

  • Thymeleaf

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

  • Project mention: Understanding Thymeleaf: A Powerful Java Template Engine | dev.to | 2024-05-13
  • incubator-fury

    A blazingly fast multi-language serialization framework powered by JIT and zero-copy.

  • Project mention: Rethinking string encoding: a 37.5% space efficient encoding than UTF-8 in Fury | news.ycombinator.com | 2024-05-07

    For implemetation details, https://github.com/apache/incubator-fury/blob/main/java/fury... can be taken as an example

  • teavm

    Compiles Java bytecode to JavaScript, WebAssembly and C

  • Project mention: Spin 2.0 – open-source tool for building and running WASM apps | news.ycombinator.com | 2023-11-04

    Joel from our team worked on the initial prototype for WASI support in TeaVM (https://github.com/konsoletyper/teavm/pull/610), and we temporarily forked before the WASI support made it to the official repo.

    Good reminder to deprecate that now!

  • piranha

    A tool for refactoring code related to feature flag APIs

  • Project mention: 11 Principles for building and scaling feature flag systems | news.ycombinator.com | 2023-09-22

    It can be done by opening a PR, I haven't tried it yet, but I'm curious to try out https://github.com/uber/piranha or maybe hear some experiences if someone has used it

  • AsciidocFX

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

  • metasfresh

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

  • teammates

    This is the project website for the TEAMMATES feedback management tool for education

  • Project mention: Show HN: Teammate: free tool for managing peer evaluations built by Students | news.ycombinator.com | 2024-01-07
  • jsweet

    A Java to JavaScript transpiler.

  • Project mention: Ask HN: Anyone Interested in Taking over Jsweet.org? | news.ycombinator.com | 2023-12-10

    You can take a look at https://github.com/j4ts, which contains some Java libs transpiled by JSweet to TS/JS. The AWT/Swing implementation is just a proof of concept, but some other libs are fully functional like awt/geom.

    However, you have to be aware that the initial purpose of JSweet was not to port all Java libs to JS. JSweet allows the transpiler to be customized (with extensions) to map Java APIs to JS ones so that you don't necessarily need a JS runtime. It's all explained in the "Extending the transpiler" section of the core doc: https://github.com/cincheo/jsweet/blob/master/doc/jsweet-lan...

  • Galen

    Layout and functional testing framework for websites

  • guacamole-client

    Mirror of Apache Guacamole Client

  • PretendYoureXyzzy

    A web clone of the card game Cards Against Humanity.

  • j2cl

    Java to Closure JavaScript transpiler

  • Project mention: Google/j2cl: Java to Closure JavaScript transpiler | news.ycombinator.com | 2023-12-14
  • SaaSHub

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

    SaaSHub logo
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 related posts

  • Emerging Tech Trends 2024: The Latest Developments in AI, API, and Automation

    1 project | dev.to | 17 May 2024
  • AI Orchestration Meetup [April 2024] - Recap

    1 project | dev.to | 13 May 2024
  • Spring Boot with Thymeleaf and Bootstrap

    2 projects | dev.to | 13 May 2024
  • Example Java Application with Embedded Jetty and a htmx Website

    3 projects | dev.to | 28 Mar 2024
  • Phonk - JavaScript scripting for Android devices

    1 project | news.ycombinator.com | 28 Mar 2024
  • Google Closure

    1 project | news.ycombinator.com | 17 Mar 2024
  • Open Source Workflow Orchestration Platform

    1 project | news.ycombinator.com | 8 Feb 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 May 2024
    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 29,429
2 ANTLR 16,476
3 conductor 11,038
4 aws-doc-sdk-examples 9,000
5 closure-compiler 7,263
6 Zeppelin 6,274
7 QR-Code-generator 4,886
8 spotless 4,206
9 open-location-code 4,021
10 atmosphere 3,669
11 KeyBox 3,107
12 Thymeleaf 2,731
13 incubator-fury 2,669
14 teavm 2,509
15 piranha 2,232
16 AsciidocFX 1,839
17 metasfresh 1,646
18 teammates 1,610
19 jsweet 1,437
20 Galen 1,409
21 guacamole-client 1,314
22 PretendYoureXyzzy 1,216
23 j2cl 1,169

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