DerangedSenators / PlayerLink

Multiplayer API written in C++. Can be used for multiplayer games where server side processing needs to be kept as low as possible
http://docs.derangedsenators.me/PlayerLink
Apache License 2.0
1 stars 3 forks source link

Add Protocol Buffer Support #36

Open hsravat-4590 opened 3 years ago

hsravat-4590 commented 3 years ago

Protobufs will enhance the ability of PlayerLink to communicate with different engines, frameworks and languages.

hsravat-4590 commented 3 years ago

https://developers.google.com/protocol-buffers/docs/cpptutorial

Here is a tutorial

hsravat-4590 commented 3 years ago

https://medium.com/@dmi3coder/c-java-socket-communication-easily-lets-try-protobuf-586b18521f79