| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A web-based Java compiler frontend to play with single-source console programs. UI Demo
This was developed to provide an easy-to-use UI for students learning programming for the first time, due to a complete lack of user-friendly, lightweight and bug-free IDE for Java.
As such, this is intended to be run and used locally, since its performance won't scale well to more than a handful of users, and more importantly, it is very insecure for the open web (for starters, program execution is not sandboxed).
Code from the following projects are included in this repository:
Install all dependencies
python -m pip install flask flask-socketioInstall cx-Freeze v6.0
python -m pip install cx-Freeze==6.0b1Run build script
python setup.py buildYou can find similarly built binaries here.
| Back | FazBrowse Home | New Git URL |