Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leaningtech/javafiddle
- Owner: leaningtech
- License: apache-2.0
- Created: 2023-09-19T16:21:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T22:12:34.000Z (8 months ago)
- Last Synced: 2024-05-10T23:23:12.034Z (8 months ago)
- Topics: cheerpj, fiddle, java, repl, webassembly
- Language: Svelte
- Homepage: https://javafiddle.leaningtech.com
- Size: 7.45 MB
- Stars: 14
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```