Can Marimo run code cells on a remote backend (e.g., EC2/EKS) while UI is hosted on GitHub Pages? #5505
Unanswered
SNagarajan2243
asked this question in
Q&A
Replies: 1 comment
-
I believe the frontend and backend are too tightly coupled to run on separate machines. Why not just host the frontend on ECS/EKS, too? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Quick question — if we host the Marimo UI on GitHub Pages (or any static host), is there a way to execute the notebook cells on a remote backend like EC2 or EKS?
We're hitting limitations around threading, sockets, and networking in static environments, so we're exploring the idea of separating the frontend from the execution environment.
Beta Was this translation helpful? Give feedback.
All reactions