IonicaBizau / web-term

:tv: A fullscreen terminal in your browser.
MIT License
169 stars 21 forks source link

Inheriths caller terminal configuration #4

Closed stringparser closed 9 years ago

stringparser commented 9 years ago

Hey @IonicaBizau, reeeally nice project :)

How does it work style-wise, inherits style from the terminal from which web-term was called or there is something special that one would have to do?

I'll check this later today once I get home.

Thanks!

IonicaBizau commented 9 years ago

Glad to hear you like this project! :smile:

It uses pty.js, which creates a bash session on the server, where you can send/receive data via web sockets (between client and server).

stringparser commented 9 years ago

Niice! I'm back home now so after dinner I'll take a bite for dessert to pty.js :smile_cat:

stringparser commented 9 years ago

good work :) I'll close this one