Replies: 1 comment
-
|
Hello, I will have some free time next week to look into this idea and will update you in this thread. Thanks for suggestion |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve been using rizetui and I love the interface and the way it handles TUI components. I’m looking for a way to run rizetui in environments where a full Node.js or Deno runtime is too heavy or simply not available.
Specifically, I’m interested in whether it would be possible to add support for the QuickJS engine.
The Use Case: Remote Machine Management via CLI
Many of us work on remote servers, edge devices, or minimal VPS instances where resource overhead is a major concern. When managing these machines via SSH, having a fast, low-footprint TUI is a game changer.
Why QuickJS?
Proposed Idea
It would be amazing if rizetui could provide a compatibility layer or a specific build that targets QuickJS. This would allow us to:
Alternative: txiki.js runtime based on QuickJS, but with Async IO built-in
I’m curious to hear the maintainers' thoughts on this. Is the codebase currently too dependent on Node-specific APIs (like
fsorchild_process), or could a polyfill/shim approach make QuickJS support viable?Looking forward to your feedback!
Beta Was this translation helpful? Give feedback.
All reactions