| ▲ | nine_k 2 hours ago | |
An X server also normally renders things locally, as does a VT-compatible terminal. If you want no local rendering at all, there's VNC. With a web app, you can slice and dice processing between local and remote by running JS locally. Most processing usually happens remotely though, and only the display and command logic is run in the browser. | ||