What are some resources to read when designing a new client-server application layer protocol?
My answer to What are some resources to read when designing a new client-server application layer protocol? on Quora
I suggest avoiding designing a custom protocol and using Protocol Buffers, Apache Thrift or Cap’n Proto instead.