-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support java language #516
Comments
Thank you for your interest and suggestions 💚 I would really love to support Java and kotlin (#517). LiveCodes is a client-side only app. All compilation and processing occur in the browser. There is no backend to compile any of the 80+ currently supported languages. And I really want to keep it like that. This allows huge benefits like being able to easily (self-)host the app on any static file server (for free), ability to scale to serve a large number of users without adding almost any significant load on server (currently hosted on Cloudflare CDN), potential to run offline (not yet implemented), etc. Please see: https://livecodes.io/docs/why I would really be grateful if someone can help or guide compiling/running Java/kotlin in the browser. And again, thank you 🙏 |
The closest I could find is Cheerpj However, it is not open source. |
The other option would be loading a whole linux vm in the browser and use that to compile. |
Type of feature
✨ Feature
Current behavior
No response
Suggested feature
To allow java devs to have a playground on the go
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: