Implementing Telnet Control on a Web Page

I was wondering if there are any Telnet controls that can be embedded in a web page (more specifically, an ASP.NET MVC page). I would prefer not to use an ActiveX control, but I am open to any suggestions (a Javascript solution would be ideal).

+3
source share
1 answer

You can look at Anyterm for a potential Javascript solution. There is also fmud if you are ready to go for a flash.

I don’t think that each of them has a way to tell the user to whom they want to connect (pre-configure them before investing), but if you do not need these functions, they both work pretty well.

+3
source

Source: https://habr.com/ru/post/1758829/


All Articles