Skip to content

This project is a base code to implement a server socket in Ruby. In additional supplying with a socket-client. Feel free to fork and use in your own projects.

License

Notifications You must be signed in to change notification settings

kibershmiber/Ruby-Sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Test Coverage

A simple Ruby socket client and server.

Usage:

  1. Run server.rb (feel free to change port)
  2. Run client.rb. It return datetime as result (dont forget change port similar to port in server.rb)

If you want to use RSPEC tests:

  1. Create new gemset (if necessary): rvm gemset create <GEMSET_TITLE>
  2. Bundle rspec with depending. Just run in project root: bundle install
  3. Than run rspec spec/test or bundle exec rspec spec/test

About

This project is a base code to implement a server socket in Ruby. In additional supplying with a socket-client. Feel free to fork and use in your own projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages