📄️ File explorer & Plotter
This is an example of a static App, where there is no live connection to Kernel involved, it is close to somewhat typical PHP website.
📄️ Bouncing balls
A bouncing balls simulation, that runs in real-time and uses user's mouse to add balls to the simulation.
📄️ Asteroids
A multiplayer game with projectiles and primitive enemies. This is an extreme case of Dynamic symbols usage. All particles are calculated on server and then, broadcasted every 1/30 sec. for all connected clients.
📄️ Todo list
An example of dynamic multi-user application built using most features of WebUI framework and Events system