Page 251 -
P. 251
web development
You can put your program on the Web
...but you probably want
only one version of your
program “out there” that ...and you need to make sure
You’ll want to be everyone accesses... updates to your program
able to share your are easy to apply.
functionality with lots
of people...
A “webapp” is what you want.
If you develop your program as a Web-based application (or webapp, for short),
your program is:
• Available to everyone who can get to your website
• In one place on your web server
• Easy to upate as new functionality is needed
But…how do webapps actually work?
you are here 4 215