One terminal, shared by the room.
Every participant in the workspace sees the same bash session and the same output. The interviewer and candidate can both type commands. There is no secondary shell or multiplexer to configure.
Screenshot coming soon
Setup
How the setup looks.
The terminal is available in any workspace from the terminal panel at the bottom of the IDE. No configuration is needed.
Same workspace, same auth, same collaboration features as every other Typelets workspace. See all features
Open the terminal panel
Click the terminal icon in the workspace toolbar or press the keyboard shortcut shown in the toolbar tooltip. A bash session inside the Firecracker microVM starts immediately.
Type commands as you would in any terminal
The working directory starts at the workspace root. All files in the workspace file tree are present. Standard POSIX tools are available (ls, cat, grep, curl is blocked by the no-network policy).
Both participants see the same output
Output is streamed to all connected participants over the same WebSocket that syncs the editor. There is no polling delay. What one person types, everyone sees.