crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 274 forks source link

Implement all webservice types in webclusters #1977

Closed oberstet closed 2 years ago

oberstet commented 2 years ago

the code here

https://github.com/crossbario/crossbar/blob/ecc8b4e0d9f8fa3efa7d59755cb2e16151055870/crossbar/master/cluster/webcluster.py#L418

processes different webservice types, but currently only implements

of the missing webservice types, there are three groups.

A. HTTP/WAMP related webservices

B. orchestration pairing/registering helper pages

C. Other

oberstet commented 2 years ago

for the ReST bridge (caller/publisher), see config5.json and config6.json demos here https://github.com/crossbario/crossbar-examples/tree/master/proxy

oberstet commented 2 years ago

WAP web services:

oberstet commented 2 years ago

gixed in 22.4.1 (apart from above unticked "exotic" resources ..)