Awesome tcp server
You must clone this repo:
git clone [email protected]:maringan/around_the_world.git
then:
cd around_the_world && bundle
now you can run the server:
ruby server.rb
server should run on port 10000
When server is running, you can connect to server thorugh telnet client:
telnet 0 10000
then you can write country code e.g. PL and you get country name:
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
PL
Poland
