05-22-2023, 10:14 PM
Yes, you can run QBJS locally if you want.
Just download the latest release here: https://github.com/boxgaming/qbjs/releases/latest
Then unzip it to your preferred location on the file system.
Much of the application can be used just by opening the index.html file in a web browser.
However, if you want the full functionality locally, you can run the included webserver. (It is a slightly modified version of luke's HTTP web server example that he posted some time ago on the qb64.org forum.)
Just compile the tools/webserver.bas file and then run it from the main directory where you unzipped the project:
tools\webserver 8888
Then you can open your browser to the local instance: http://localhost:8888/index.html.
Just download the latest release here: https://github.com/boxgaming/qbjs/releases/latest
Then unzip it to your preferred location on the file system.
Much of the application can be used just by opening the index.html file in a web browser.
However, if you want the full functionality locally, you can run the included webserver. (It is a slightly modified version of luke's HTTP web server example that he posted some time ago on the qb64.org forum.)
Just compile the tools/webserver.bas file and then run it from the main directory where you unzipped the project:
tools\webserver 8888
Then you can open your browser to the local instance: http://localhost:8888/index.html.