Mobile app version of vmapp.org
Login or Join
Shelley277

: JavaScript. JavaScript + HTML5 if you need it. You can still serve it statically and it can do all kinds of things without a full web server. You can even use local storage for persisting

@Shelley277

JavaScript. JavaScript + HTML5 if you need it.

You can still serve it statically and it can do all kinds of things without a full web server. You can even use local storage for persisting data (only on the local browser though, in modern browsers with HTML5 local storage support), sorting, calculations, etc. Look into a JavaScript library to make the coding a lot easier.

Of course, there are a lot of pros and cons to using a more typical set of web technologies. For a more detailed answer, you should add to your Question some examples of what kind of tasks you are looking to do.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Shelley277

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme