International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 174 - Number 29 |
Year of Publication: 2021 |
Authors: Jebreel Alamari, C. Edward Chow |
10.5120/ijca2021921220 |
Jebreel Alamari, C. Edward Chow . A Proposed Design for Cross Platform Applications using Web Technologies. International Journal of Computer Applications. 174, 29 ( Apr 2021), 41-46. DOI=10.5120/ijca2021921220
Web applications are easier to build, maintain, and distribute than native applications. With new developments in JavaScript engines and the introduction of WebAssembly, web applications can execute CPU-intensive tasks at 0.9 the speed of C/C++. Dozens of natively implemented APIs such as WebGL and Audio API are now exposed to JavaScript through the browser. With the help of these APIs, we see more and more web-based applications and games. This paper presents a novel design to get the most out web technologies. It aims to bring freedom of the web to desktop applications. Developers will never need to use proprietary programming languages or frameworks to implement their ideas. Even with existing cross platform frameworks there is still a learning curve that developers need to go through. However, in this proposed design the development is done entirely using standardized web technologies.