Simon Willison’s Weblog

Subscribe

What are some resources to read when designing a new client-server application layer protocol?

9th September 2013

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.