Project

General

Profile

Message queue » History » Version 5

Peter Amstutz, 11/01/2017 08:03 PM

1 1 Peter Amstutz
h1. Message queue
2
3
Investigate WAMP:
4
5
http://wamp-proto.org/
6
7 2 Peter Amstutz
It uses WebSockets as its principal transport, and has client library implementations for the languages we care about (Go, Python, Javascript)
8 1 Peter Amstutz
9
https://github.com/gammazero/nexus
10 2 Peter Amstutz
11
https://github.com/crossbario/autobahn-python
12
13
https://github.com/crossbario/autobahn-js
14 1 Peter Amstutz
15
Probably what we want to do is run a "WAMP router" that sits in the middle of the log producers, the logging microservice, and log listeners (browser).
16 3 Peter Amstutz
17 5 Peter Amstutz
!/attachments/download/1866/WAMP.pdf!