nitin42 / terminal-in-react

👨‍💻 A component that renders a terminal
http://terminal-in-react.surge.sh/
MIT License
2.13k stars 151 forks source link

Is it Possible to add a telnet feature? #89

Open DjKniteX opened 4 years ago

DjKniteX commented 4 years ago

I was wondering if I can turn this terminal-in-react to a simple MUD client. I know for regular terminals that has telnet installed we can just telnet mudIP/PORT and that works just fine. I wonder if as simple as installing a package or is this something that we might have to install on our own?