docs-architecture.md
Hologram's architecture is designed around simplicity and developer experience. Here's how it works:
The framework breaks down web applications into two fundamental building blocks:
Hologram automatically analyzes your code and:
State is maintained in the browser, which:
Code execution is organized into two types of operations:
Both can be triggered by user interactions, and they can trigger each other.
Communication is wired up automatically - no manual HTTP configuration and no boilerplate code - over two complementary transports:
Both legs are plain HTTP, which keeps the whole system:
The framework:
Sponsored by
Previous
Next