Git Product home page Git Product logo

Comments (3)

SwingFrog avatar SwingFrog commented on May 20, 2024

非常抱歉两天后才看到您的建议,首先感谢您对summer提出宝贵的建议!
我一直很想用protobuf来传输数据,但由于框架编码水平不高而且各种逻辑耦合,使得protobuf加入有点困难,于是等我有时间的时候试一试加入吧,如果可以的话,节点间的传输顺便改成protostuff。

from summer.

kingo132 avatar kingo132 commented on May 20, 2024

不用改太多现有逻辑,只需要在协议类型中增加一种protobuf就行,以前的stringline,lengthfield等等还是能用。我试着加了一下,虽然写得有点丑,但是改动量貌似不太大。另外protobuf只是针对公网的客户端比较有用,rpc还是走json没问题,只需要修改server部分的代码,client只支持stringline和lengthfield都没问题。而且内部服务器通信json问题不大,也没必要一定用protobuf。protobuf的优势主要体现在公网客户端的流量和性能上。因为手机玩家使用json协议会增加两三倍的流量,这样是有点点多的。

from summer.

SwingFrog avatar SwingFrog commented on May 20, 2024

from summer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.