PlayPen / playpen-core

Server management and load balancing framework
http://playpen.io
MIT License
33 stars 7 forks source link

Move to a true RPC system #8

Open redxdev opened 8 years ago

redxdev commented 8 years ago

PlayPen's networking, while it works, is incredibly hacky and RPC would fit very well. We should move to an RPC system (possibly via protobuf RPC) which would make modifications to playpen's networking much easier and cleaner.

redxdev commented 8 years ago

Likely will use grpc + protobuf in some form. That'll also make it easier to interface with from outside playpen.