Depending on your need, there are many free terminal emulators which allow partial to full functions like terminal apps on Linux or OS X. We already know what is Terminal and What is Terminal Emulator. Another thing which many users are not fully aware of is types of Shells – UNIX Shell. Probably you have seen such a nice online terminal emulator on others’ website and want to have something that is yours. Free Software means the software which are compatible with GNU GPL 3.0 License – not only just free to use.
Some Web Based Online Terminal Emulators
Obviously, we will make you aware that, these Online Terminal Emulators, unless you understand how they are working, do not install on your production server running other web softwares. Probably you are searching for something like this :
If you want to give demo, arrange a different setup, if you want to create a way to use online shell to your clients; obviously the installation must be secured properly and the access should be based on API ( read API Basics ).
---
Actually, very basic Javascript like this one :
1 | http://cb.vu/termlib.js |
can give you nice result :
1 | http://cb.vu/ |
Too basic? Not happy? Here are some more web based online Terminal Emulators for you :
Gate One is an HTML5 web-based terminal emulator and SSH client :
1 | https://github.com/liftoff/GateOne/ |
tty.js is quite known :
1 | https://github.com/chjj/tty.js/ |
JavaSSH is good for advanced setup :
1 | http://www.javassh.org/space/start |
term.’s is written in Javascript :
1 | https://github.com/chjj/term.js |
Last, but not the least, a jQuery terminal emulator :
1 | https://github.com/jcubic/jquery.terminal |