International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 174 - Issue 29 |
Published: Apr 2021 |
Authors: Jebreel Alamari, C. Edward Chow |
![]() |
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
@article{ 10.5120/ijca2021921220, author = { Jebreel Alamari,C. Edward Chow }, title = { A Proposed Design for Cross Platform Applications using Web Technologies }, journal = { International Journal of Computer Applications }, year = { 2021 }, volume = { 174 }, number = { 29 }, pages = { 41-46 }, doi = { 10.5120/ijca2021921220 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2021 %A Jebreel Alamari %A C. Edward Chow %T A Proposed Design for Cross Platform Applications using Web Technologies%T %J International Journal of Computer Applications %V 174 %N 29 %P 41-46 %R 10.5120/ijca2021921220 %I Foundation of Computer Science (FCS), NY, USA
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.