Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@xterm-stack/server-core

cdmbase24MIT0.0.18-48TypeScript support: included

xterm server services for Node

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.

changelog

Changelog

0.8.0 (2021-04-05)

Dates follow the dd/mm/yy notation.

05/06/18 (v 0.3.2)

Webpack4 ** Breaking Change ** Removed Staging environment to go with standard test environment.

11/10/17

Package Version Changes
all 0.1.1 uses spinjs for build

Still support backward compatibility for starting server.