Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

echo-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

echo-server

  • 1.0.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

echo-server

This is a simple TCP/TLS echo server written in Ruby.

Dependencies

This echo server requires version 1.3.0 of eventmachine, which can be obtained from GitHub. Unfortunately it is not currently published on RubyGems.

Usage

$echo-server --help
Usage: echo-server [options]
        --help                       Prints this help
    -t, --timeout TIMEOUT            Sets the in seconds timeout after the TCP connection is terminated. (Default is 60)
        --tls TLS_VERSION            Sets the SSL versions supported by the server. (Default is TLSv1_2 and TLSv1_3)
        --ciphers CIPHERS            Sets the ciphers supported by the server.
        --curves CURVES              Sets the ecdh curves supported by the server.
        --priv PRIVATE_KEY_FILE      Sets the path to the server's private key.
        --cert CERT_CHAIN            Sets the path to the server's public certificate.
    -h, --host HOST                  Sets the host on which the server binds. (By default ::)
    -p, --port PORT                  Sets the port on which the server binds. (By default 7, RFC862)
        --fatal                      Log Fatal and Unknown Events
        --error                      Log Error, Fatal and Unknown Events
        --warn                       Log Warn, Error, Fatal and Unknown Events
        --info                       Log Info, Warn, Error, Fatal and Unknown Events
        --debug                      Log Debug, Info, Warn, Error, Fatal and Unknown Events

FAQs

Package last updated on 27 Apr 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc