Giter Club home page Giter Club logo

Comments (12)

KSDaemon avatar KSDaemon commented on June 15, 2024

Hi @riksnelders ! Sorry for delayed answer, i was on vocation.
Well, that is a useful feature. But right now it is not available in current release. I have a plans to implement it soon.
BTW, you can also help with that ;) If you have time, will and possibility.

from wampy.js.

riksnelders avatar riksnelders commented on June 15, 2024

Hey @KSDaemon. It sure is a usefull feature. I wouldnt have to loop for multiple devices to subscribe that are publishing on the same uri for example :).

I will try to add whenever I've got some time ! Keep me posted on this!
Currently using wampy for frontend and autobahn for backend because of the wildcard option .

from wampy.js.

KSDaemon avatar KSDaemon commented on June 15, 2024

Sure!
I'll add references in commit messages to this issue (if i do not forget :)) )
Btw, you mean, wampy.js on client (browser) side, and autobahn.js on server (node.js) side?

from wampy.js.

riksnelders avatar riksnelders commented on June 15, 2024

Yes @KSDaemon. Simply because there will be tons of devices spamming data.
So instead of letting them send their id etc. the url contains the id, and since autobahn can use it, i can just extract the id from the uri using the wildcard.

Also, the reason why i use wampy for the front end is because autobahn didnt seem to work on an android device using fully kiosk :)

from wampy.js.

KSDaemon avatar KSDaemon commented on June 15, 2024

Great! :)

from wampy.js.

KSDaemon avatar KSDaemon commented on June 15, 2024

Done it! :)

from wampy.js.

riksnelders avatar riksnelders commented on June 15, 2024

Could u add this to the docs? I assume the wildcard is the double dots? com.uri..awesome ?

from wampy.js.

riksnelders avatar riksnelders commented on June 15, 2024

Hi KSDaemon,
Still not clear to me how to use the wildcard. Got an example?

from wampy.js.

KSDaemon avatar KSDaemon commented on June 15, 2024

Hi @riksnelders !
You can a have a look at tests. But here is quick example:

wampy.subscribe('subscribe..wildcard', function (e) { /*ur callback */ }, { match: 'wildcard' })

wampy.subscribe('subscribe.prefix', function (e) { /*ur callback */ }, { match: 'prefix' })

from wampy.js.

KSDaemon avatar KSDaemon commented on June 15, 2024

And yep! You are right! I'll add it to docs.

from wampy.js.

riksnelders avatar riksnelders commented on June 15, 2024

Thanks. Well done by the way!

from wampy.js.

KSDaemon avatar KSDaemon commented on June 15, 2024

Thanks! :)

from wampy.js.

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.