@xterm-stack/server-core
v0.0.18-48
Published
xterm server services for Node
Downloads
19
Readme
To run tests
`npm link`
`npm link @xtermstack/xterm-server-core`
`npm install`
`tsc`
`npm run test`
Gotcha
Since terminalInstance depends on terminalProcess to spin a child process, we have placed the compiled terminalProcess.js in proc folder. All the packages which uses this file needs to have proc directory until we find a better ways to do it.