-
I see some sites like repl.it or codeschool with a "Web Terminal" allowing to call git in xterm, and this git is totally like a "real" CLI. How is it done technically? Is that git a part of xterm.js? or is there a real backend container running somewhere, and connected with? P.S. If so, any ideas about container management for an open source online tutorial? ;) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is normally a backend that xterm.js (the frontend) connects to. You can see a simple example of this in the demo which connects to a local server: https://github.com/xtermjs/xterm.js/wiki/Contributing#running-the-demo |
Beta Was this translation helpful? Give feedback.
-
That's what I thought :( Any idea where to find containers for a free open source project? For people to experiment in. |
Beta Was this translation helpful? Give feedback.
There is normally a backend that xterm.js (the frontend) connects to. You can see a simple example of this in the demo which connects to a local server: https://github.com/xtermjs/xterm.js/wiki/Contributing#running-the-demo