Code Monkey home page Code Monkey logo

Comments (10)

oberstet avatar oberstet commented on June 12, 2024

Probably we should make it simpler, instead of more complex:

  • URIs on the wire are always fully qualified, never CURIEs
  • the wire payload can be compressed, optionally, i.e. using transport compression like WS-deflate
  • CURIEs can still be used -- purely peer side, implemented purely in peer library

from wamp-proto.

cboden avatar cboden commented on June 12, 2024

If CURIEs are only used on peer side (client javascript?), what advantage is there defining a CURIE instead of just using a variable, if it's not going to be sent on the wire? Would it make sense to remove Prefix/CURIEs all together?

from wamp-proto.

oberstet avatar oberstet commented on June 12, 2024

Good point. I guess it would mostly be a matter of taste. There are multiple ways to make URI handling convenient - client side.

I really think this issue boils down to 2 sane options:

  • always have full URIs on the wire
  • have all clients agree on a common prefix map for CURIEs and have CURIEs on the wire

The first one is straight forward.

The second one raises the question on how that agreement happens.

from wamp-proto.

cboden avatar cboden commented on June 12, 2024

I like simple. :)

from wamp-proto.

oberstet avatar oberstet commented on June 12, 2024

Yeah, me too. The concept of CURIEs seems somehow elegant, but the nitty gritty details in particular in the context of distributed PubSub (not so much RPC) are tricky.

I count that as 2 votes (you, me) to kick CURIEs from the wire protocol.

The Q of JS interface / URI convenience whatever is orthogonal .. can be done in AutobahnJS .. if at all.

from wamp-proto.

oberstet avatar oberstet commented on June 12, 2024

PREFIX message will be deprecated in WAMPv2.

from wamp-proto.

cboden avatar cboden commented on June 12, 2024

👍

from wamp-proto.

heri16 avatar heri16 commented on June 12, 2024

You guys are just removing a nifty feature of WAMP, making it appear lousier than STOMP over websocket.

from wamp-proto.

oberstet avatar oberstet commented on June 12, 2024

STOMP does not seem to provide builtin RPC features. The PREFIX message of WAMPv1 effectively only provides some adhoc, poor-man's compression. Using WebSocket compression, there seems to be no justification for PREFIX anymore.

from wamp-proto.

oberstet avatar oberstet commented on June 12, 2024

WAMPv2 has deprecated CURIEs altogether.

from wamp-proto.

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.