🐙
Docs
  • Welcome to Medusa
  • Hydra
    • Concept
  • MEDUSA
    • Concept
    • Quickstart
    • Expressions
    • Additional functions
    • Inner workings
Powered by GitBook
On this page
  1. MEDUSA

Concept

What is Medusa trying to do?

PreviousConceptNextQuickstart

Last updated 3 years ago

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

Expressions list
Inner workings