zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
20.41k stars 634 forks source link

Web client / server #1401

Open imsnif opened 2 years ago

imsnif commented 2 years ago

We should create a web-server embedded in Zellij (possibly behind a compile time flag) that would serve a web-client so that we can open new sessions in a browser or connect to existing sessions shared with terminal clients.

povilasb commented 1 year ago

Sounds intriguing. How the interaction with zellij session would look like? :)

Lockszmith-GH commented 1 year ago

From #2291 PR it seems this is keeping you busy. Our of curiosity, are you using something like ttyd?

This would be aewsome, but keep in mind that borwsers have their own set of builtin key-bindings that might break the user experience. I'll be happy to help test whatever funcitonality you come up with.