hprose-js icon indicating copy to clipboard operation
hprose-js copied to clipboard

请问后续提供js作为被调用方(即服务端)的支持么?

Open GitHubNull opened this issue 3 months ago • 1 comments

从文档来看,js支持目前都是调用作为调用方的,请问后续有没有作为服务端的支持呢? 作为服务端的支持的使用场景:

  1. 可以远程调用浏览器上特定函数,省去繁杂的js代码逆向过程。
  2. 其他场景

技术架构:js在chrome浏览器中执行时,通过反向连接到服务集散中心(类似于mqtt)发布消息提供服务,调用方可以通过这服务集散中心去调用真正的服务。

GitHubNull avatar Mar 08 '24 03:03 GitHubNull