Proof of concept echo server based on rack middleware that hijacks websocket connections.
[arvados.git] / services / api / config / initializers / eventbus.rb
1 Server::Application.configure do
2   config.middleware.insert_before ActionDispatch::Static, RackSocket
3 end