Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leaningtech/javafiddle

Build, run, and share Java snippets in the browser
https://github.com/leaningtech/javafiddle

cheerpj fiddle java repl webassembly

Last synced: about 2 months ago
JSON representation

Build, run, and share Java snippets in the browser

Awesome Lists containing this project

README

        

# JavaFiddle

[![Discord server](https://img.shields.io/discord/988743885121548329?color=%237289DA&logo=discord&logoColor=ffffff)](https://discord.leaningtech.com)

JavaFiddle is an online tool to build and share snippets of Java code, powered by [CheerpJ](https://labs.leaningtech.com/cheerpj).

[![Screenshot of website](.github/screenshot.png)](https://javafiddle.leaningtech.com)

## Developing

```bash
pnpm install
pnpm run dev
```