Event Driven Elixir
Over Christmas break - I had the opportunity to pick up Elixir- a fascinating programming language based on the Erlang VM. It has many interesting features such as a very unique concurrency model, built in distributed computing semantics and even basic tcp messaging. I took a stab at integrating it with the Solace PubSub+ event broker to make it even more powerful, you can read the results of my adventure below…
Read next How to process Phoenix conn after render before it is sent as a response