Logux component that forwards all incoming events over HTTP, letting any backend (e.g. Ruby/Rails) consume them and perform business logic. It also exposes an endpoint the backend calls to synchronize events back, making it effectively a two-way HTTP gateway. From Logux's perspective the backend is just another client that talks over HTTP and receives unfiltered events.