Start xterm.js Server Module
- emulations.start_xtermjs_server.start_xtermjs_server()
Start the xterm.js server for terminal emulation.
This function starts the xterm.js server for terminal emulation. It changes the current working directory to the xterm.js folder, runs the npm ci command, and starts the server in the background using nodemon. It also monitors the server's stdout and stderr for output.
Global Variables:
server_pid (int): The process ID of the xterm.js server.
Returns: None
This module contains a function to start the xterm.js server for terminal emulation.