Elixir-to-Vert.x TCP event bus bridge

A brand new library for TCP event bus connection between Vert.x and Elixir apps arrived. Pull requests are welcome and have fun!
Vert.x TCP Event Bus Bridge

3 Likes

Here’s the Vert.x wikipedia page for anyone who wants background information: https://en.wikipedia.org/wiki/Vert.x

It’s basically a polyglot EventBus that runs on the JVM (similar to EventMachine in Ruby or Twisted for Python)

1 Like

thank you