protobuf具体实践

整理了一些最近protobuf 通信协议的一些资料,已运用到项目中,后续再来做总结

https://github.com/protocolbuffers/protobuf

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

implementation 'com.google.protobuf:protobuf-java:3.9.1'

https://zhuanlan.zhihu.com/p/38200420

https://juejin.cn/post/6844903582743920648#heading-1

https://www.jianshu.com/p/d13929dfd93f

https://github.com/Tencent/MMKV/blob/fe34d4e0d147c9e6c1934e7dec26994ae98a9da6/Android/MMKV/mmkv/src/main/java/com/tencent/mmkv/MMKV.java#L1317

https://halfrost.com/http2-header-compression/

https://github.com/square/wire

https://dzone.com/

https://www.infoq.com/

https://www.tutorialspoint.com/java/

https://it-ebooks.info/

https://www.javacodegeeks.com/

https://www.programcreek.com/

https://hackernoon.com/

https://medium.com/

https://www.lintcode.com/?utm_source=sc-zhihu-thx0216

https://github.com/ninechapter-algorithm/linghu-algorithm-templete

https://github.com/clxering/Effective-Java-3rd-edition-Chinese-English-bilingual

https://my.oschina.net/u/4322686/blog/3448634

https://blog.frankel.ch/

你可能感兴趣的:(protobuf具体实践)