Mrpin::Sdk

TODO: Write a gem description

[DEVELOPMENT]

Server game ports

5001 port for connect flash clients 5002 port for connect js clients 5102 secure port for connect js clients 5003 port for connect unity clients

Auth ports

6010 port for games servers

6002 port for connect js clients 6102 secure port for connect js clients 6003 port for connect unity clients

[Production]

Server game ports

5001 port for connect flash clients 5002 port for connect js clients 5102 secure port for connect js clients 5003 port for connect unity clients

Auth ports

6010 port for games servers

6002 port for connect js clients 6102 secure port for connect js clients 6003 port for connect unity clients

And then execute:

$ bundle

Or install it yourself as:

$ gem install mrpin-sdk

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request