5Mixer / mphx

A little library to let you make multiplayer games easily with Haxe. No longer maintained and better options are available.
MIT License
125 stars 15 forks source link

MessagePack #46

Closed troyedwardsjr closed 8 years ago

troyedwardsjr commented 8 years ago

I see you've included MessagePack as a dependency. Are you still planning to use it for serialization?

5Mixer commented 8 years ago

At the moment it isn't used in the library, no. Message pack did appeal because of it's tight serialisation and also because, like JSON, it isn't limited to haxe, and unlike JSON, is used outside the haxe realm, which is handy with a networking library. Although it isn't in the codebase, I am still planning on allowing serialization with it. If it turns out to be less efficient than the haxe one, then I may remove it. As of now though, it sticks :)