6 ms·
I disagree. For example, in vscode if the sharer start a http-service the port can be port forwarded through the session so anyone in the session can interact
by brimstedt 3y ago
I disagree.
For example, in vscode if the sharer start a http-service the port can be port forwarded through the session so anyone in the session can interact with the service.
Pretty neat and useful!
- AlexAndScripts 3y agoThat is pretty cool, I didn't know about that. I could see it being useful in some niche circumstances.
- pjmlp 3y agoI find it as interesting as mob programming. Anyone can interact with common team servers. It is one of those things that developer advocates love to show at conferences.
- smoldesu 3y agoMaybe I'm opening the lid to the industry's best-kept secret, but every team I've worked on used SSH with a shared tmux session for pairing. There are probably more complex tools that cover every use case, but I never encountered much demand for one.