Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

node-telnet-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-telnet-client

nodejs http server running simple telnet client

latest
Source
npmnpm
Version
1.0.0-8
Version published
Maintainers
1
Created
Source

nodejs telnet client

A nodejs http server running simple telnet client

  • Nodejs = 0.10.12
  • Express.js = 3.2.6
  • Git for deploy
  • Run the server:
 node server.js
  • Invoke telnet client:
 http://NodeServerIp/telnet?ip=www.google.com&port=80
  • Check the result:
 {"Error": "connect ETIMEDOUT","HasError": true,"Listening": false,"ElapsedTime": "21006.4 ms"}
 or
 {"Error": null,"HasError": false,"Listening": true,"ElapsedTime": "103.5 ms"}

Try the demo site:

Demo: a telnet to google server

Keywords

node telnet client

FAQs

Package last updated on 18 Jul 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts