Description
Serves terminal sessions over Tornado WebSockets for browser-based terminal interfaces. It is commonly used by notebook and web tools that need an interactive shell in a web page.
Developers use it as a server-side component. Browser terminals can execute commands, so protect authentication, origin checks, process isolation, and network exposure before enabling them.