Project

General

Profile

Message queue » History » Version 1

Peter Amstutz, 11/01/2017 07:44 PM

1 1 Peter Amstutz
h1. Message queue
2
3
Investigate WAMP:
4
5
http://wamp-proto.org/
6
7
It uses WebSockets as its principal transport, and has client library implementations for the languages we care about (Javascript, Python, Go)
8
9
https://github.com/gammazero/nexus
10
11
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).