Giter Club home page Giter Club logo

Comments (12)

anuger avatar anuger commented on May 5, 2024 2

不如vue + rsocket.js,还方便做一些实时监控之类的 😃

from alibaba-rsocket-broker.

linux-china avatar linux-china commented on May 5, 2024 2

Vaadin Reactive的支持 vaadin/spring#565 还需要等一下。 Spring MVC和Spring Webflux不能共存,如果共存,Spring MVC胜出,这个对RSocket没有影响,但是对REST API等还是有影响的,尤其是REST API到RSocket服务。

from alibaba-rsocket-broker.

linux-china avatar linux-china commented on May 5, 2024 1

对比Vue, React,Svelte更Reactive,和RxJS等都配合非常好,这个不能否成为候选?

from alibaba-rsocket-broker.

yangjungis avatar yangjungis commented on May 5, 2024 1

直接 webassembly (yew + rust + rsocket)

from alibaba-rsocket-broker.

linux-china avatar linux-china commented on May 5, 2024 1

@shareisall 其实RSocket, gRPC这些RPC框架,更多适合服务调用,都不太合适文件传输和流媒体,主要这些文件都比较大,而且还涉及数据的序列化反序列化,挤占Broker带宽,系统的性能会下降很多。 个人都是建议直接在源头上传或者获取图片、流媒体等,然后再将这些文件对应的URL传给后续的服务接口。 个人之前做的系统中,针对图片和视频上传的场景,都是走独立的调用链路,而不是和普通应用混在一起,主要是挤占带宽非常严重,直接影响其他应用的正常运行。

如果只是较少和较小的文件和视频什么的,采用一下这种方式也可以。如果量比较大的话,建议直接在文件和视频的上传源头就直接上传到存储系统中,这样最快也最省事。

from alibaba-rsocket-broker.

lisirrx avatar lisirrx commented on May 5, 2024

感觉如果有熟悉前端的同学,还是React/Vue会更方便一些吧,横向看的话,Dubbo控制台用的Vue,Nacos控制台用的React

from alibaba-rsocket-broker.

linux-china avatar linux-china commented on May 5, 2024

@anuger 这个是一个好主意啊,都已经rsocket啦,为何不用rsocket.js :)

from alibaba-rsocket-broker.

anuger avatar anuger commented on May 5, 2024

@linux-china 心动不如行动哦,话说如果改动的话,我们有机会加入进来吗

from alibaba-rsocket-broker.

FlatMapIO avatar FlatMapIO commented on May 5, 2024

node 工程问题太多, UI 重构越晚越好。有可能启动重构时直接能用 deno 了。

from alibaba-rsocket-broker.

qiulin avatar qiulin commented on May 5, 2024

投 React 一票

from alibaba-rsocket-broker.

shareisall avatar shareisall commented on May 5, 2024

不如把管理界面剥离掉,本身功能也没几个,自己实现管理前端也没什么困难的。我更希望 broker、服务发生变更时有事件通知。

from alibaba-rsocket-broker.

shareisall avatar shareisall commented on May 5, 2024

WIKI文章能否着重讲讲 broker 的二进制转发?例如传输文件或流媒体。

from alibaba-rsocket-broker.

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.