Alexander Goedde
Alexander Goedde
We're getting rid of the Autobahn.ws site. JS docs should live on GitHub. Adapt what we have to work here. Parts of this are: - replace macros with the end...
... so that people know where to get the library for self-hosting it.
see example at https://github.com/crossbario/crossbarexamples/tree/master/event-history For all contributors: This is working code, and we think this is a workable solution, but feedback is welcome, as always.
is asked in https://github.com/voryx/Thruway/issues/161
Given the pattern `sport/tennis/+`, topics `sport/tennis/player1` and `sport/tennis/player2` would match, but not `sport/tennis/player1/ranking`, i.e. only a single sub-level is matched. Don't think the current spec has anything that would cover...
There are features in the Advanced Spec which are of greater practical importance than others. As an example: The combination of [caller identification](https://github.com/tavendo/WAMP/blob/master/spec/advanced.md#caller-identification) and [subscriber exclusion](https://github.com/tavendo/WAMP/blob/master/spec/advanced.md#subscriber-black--and-whitelisting) allows to exclude a...
In principle, we do not want to require any specific transport for a WAMP implementation, but we do want to assure interoperability between WAMP client libs and routers. Stating that...
We only require a minimum set of types for serializations, but allow the use of any extra types a particular serialization format provides for the application payload. When this is...
https://github.com/thehq/python-crossbarhttp/tree/master @hawkowl could you pls review above vs https://github.com/crossbario/crossbarexamples/tree/master/rest/needs_cleanup/python some time (not urgent). if it works with the REST bridge, maybe just kick our code and update the docs to...
We want an application which provides detection of human faces in a live video stream and can show this in a browser-based frontend. This is microservice-based, and I see three...