Skip to content

AntonioJR0/crossbarexamples

 
 

Repository files navigation

Crossbar.io Examples

This repository contains example code and applications for Crossbar.io.

Using the examples

The examples are self-contained and ready to run. Each of the example directories contains an Crossbar.io configuration. In order to run the example, just got to its directory and do crossbar start.

Overview of Examples

This overview may not be complete - so check the repository listing if you're looking for something not listed here.

To give you a better idea of a small working WAMP application there is

For a slightly more complex (and realistic) application:

The following examples cover specific features of WAMP/Crossbar.io

  • Authentication
  • Flash Fallback - How to use Flash fallback for older browsers without WebSocket support (mainly there for IE<10)
  • Longpoll - How to use the Longpoll fallback for older browsers without WebSocket support
  • Metaapi - How to subscribe to meta-events and use meta-procedures (get information about sessions, subscriptions and registrations)
  • HTTP Push Service: How to create WAMP publishes via a HTTP/POST
  • Secure WebSockets (WSS)

And finally, there are examples using specific devices or technologies:

Adapting for other languages

Most of the examples are for Python and JavaScript, even though often what is shown would work with other languages and WAMP client libraries. This is purely due to lack of resources. We want you to use Crossbar.io with whatever language or languages you want.

Anybody is very welcome to adapt example code for other languages.

Similarly, you're welcome to add examples that you think provide value to other users.

To do either, just send us a pull request.

Keeping things up to date

As you'll probably notice sooner or later, Crossbar.io is a work in progress. Core functionality is stable, but there is a lot of development going on around it. We try to keep these examples working. If you find that something is broken, then please file an issue (or fix it and send us a pull request).

Additional Examples

For historic reasons, the Autobahn|Python repository also contains some examples for using WAMP. The most relevant to the general Crossbar.io user can be found in this directory. These are almost always for both Python and JavaScript (using Autobahn|JS).

Some of the instructions here still assume a basic router in Autobahn|Python which has since been removed, but in principle they should run with Crossbar.io. The chance of running across an outdated example here are higher, however. Should you find such an example, please file an issue (or fix it and send us a pull request).

About

Crossbar.io Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.1%
  • JavaScript 8.9%
  • CSS 8.5%
  • Python 4.8%
  • PLSQL 4.7%
  • Jupyter Notebook 3.9%
  • Other 2.1%