Recently, I embarked on a new software platform project using my own Java-made Application Server and Adobe Flash as the client-side technology. However, given that this project is long-term, I have realized that Flash is no longer a suitable option due to its uncertain future. Deciding to future-proof my project, I've added websockets support to my Application Server and transitioned to HTML5/CSS/JS for the client side. This move marks a significant departure from my reliance on Flash since 2001.
The challenge lies in being able to load numerous external software components from the web in real-time, which has always been crucial for my development process. In the past, my Flash/AIR-based apps simply loaded external SWF files dynamically when needed. Can JavaScript achieve a similar implementation with modules?
Thank you for your insights.
Edit: [#wantToBuildAnAwesomeRealTimeWebOSguiUsingJavascript]
P.S. You can visit my website's homepage at to see an example of what I aim to achieve (originally built with Flash).