Concept
What is Medusa trying to do?
Last updated
What is Medusa trying to do?
Last updated
Medusa aims to provide a simple-to-use UI framework. In Medusa, pages are simply written in HTML and enhanced with Medusa expressions to allow for efficient DOM rewrites. All interactivity is handled serverside through WebSockets. The event-driven serverside code is written around non-blocking Spring Reactive. You have to write no Javascript but get full interactivity.
TODO: Cookbook