Skip to content

kataokatsuki/socket-connection-with-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Socket Connection with Ruby

What you can do?

You can test socket connection with ruby.

  • TCP
  • TLS over TCP

TCP

Run below in order from the top.

ruby tcp/server.rb
ruby tcp/client.rb

TLS

Run below in order from the top.

ruby tls/create_key.rb
ruby tls/server.rb
ruby tls/client.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages