C++ API problem

Options
oman
oman
edited July 2012 in Photon Server
Now that the photon's low core is written in C++, why don't offer C++ API ?

Comments

  • According to this diagram
    http://doc.exitgames.com/photon-server/ ... ng_started
    the core has been developed C/C++ for 15 years

    One of the main features of Photon is the "dev framework" layer which is in C# .NET
    Fibers, RPC calls, server to server, Serialization. etc. Really useful stuff actually. :D
  • Tobias
    Options
    A C++ server API would be possible. We decided against that as it would be more complex to develop. C# is really fast (in the MS runtime) and easy to develop with. It's fine for writing scalable application logic and so we don't really see a need to support yet another API.
  • oman
    Options
    see, thanks for your reply.