Skip to content
Snippets Groups Projects
  1. Jun 18, 2018
    • Mark Mandel's avatar
      Expose SDK-Server at HTTP+JSON · f413f2be
      Mark Mandel authored
      Implement grpc-gateway in front of the gRPC based sdk-server, so that
      it can be access via HTTP+JSON.
      
      This includes documentation and a swagger/openapi specificiation.
      
      This also has been implemented such that the sdk-server is still a single
      binary, and as such, the HTTP+JSON interface can still be used for local
      development.
      
      Closes #240
      f413f2be
  2. Feb 06, 2018
  3. Feb 03, 2018
    • Mark Mandel's avatar
      Implementation of Health Checking · 256e0d73
      Mark Mandel authored
      This includes updates to the SDK, and
      controller code to manage the health
      lifecycle of a GameServer.
      
      Examples have also been updated, as well
      as some basic documentation.
      
      Closes #15
      256e0d73
  4. Dec 11, 2017
    • Mark Mandel's avatar
      Go SDK for integration with Game Servers. · 42bb7924
      Mark Mandel authored
      First implementation was done in Go as prototyping.
      Implementation is done with gRPC so it should be
      relatively trivial to generate new SDKs for each
      language.
      
      Implemented gRPC sidecars server to accompany the SDK
      and processing of the change in states, such that the
      IP and Port of the GameServer is available in the
      GameServer status when its status is Ready.
      
      Closes #16
      42bb7924
  5. Dec 05, 2017
Loading