Hello Jarlve. Welcome on board
Jarlve wrote:I assume that every web program runs on a server or computer that is connected to the internet?
A web application coded with SpiderBasic runs on a server.
This server can be local or remote.
Jarlve wrote:Does that web program then use the resources of the server to run the program or can the client run the program?
SpiderBasic generates JavaScript code that will be interpreted by the user's browser. If you use a Php script with your SpiderBasic code, this Php script will be interpreted by the server. The rest of your code will be interpreted by the browser.
Jarlve wrote:I want to test my program as a web program that has a real web address. Where do I start? What do I have to do?
1 - Take a domain name and web hosting.
2 - When your application is ready, Create it from the Compiler -> Create App menu

3 - With a Ftp software (FileZilla for example), transfer the application and files needed to run SpiderBasic
- index.html
- firstapplication.js
- SpiderBasic <folder>