apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.49k stars 26.43k forks source link

[Feature] Access Dubbo service in the browser using the WebSocket protocol with JavaScript #14846

Open oxsean opened 2 hours ago

oxsean commented 2 hours ago

Pre-check

Search before asking

Apache Dubbo Component

Java SDK (apache/dubbo)

Descriptions

Dubbo 3.3 will soon support WebSocket. we need an example to show how to access dubbo service in the browser using the WebSocket protocol with JavaScript

Related issues

No response

Are you willing to submit a pull request to fix on your own?

Code of Conduct

oxsean commented 2 hours ago

The PR code for WebSocket: https://github.com/apache/dubbo/pull/14390 The sample code: https://github.com/apache/dubbo-samples/pull/1168