Pony Express - PubSub over SSL

I spent a bit of time today working on this. Is this something that people might use? I’m also curious if it’s overly replicating the Phoenix.Channel framework; I did however want something in pure ssl without having to have an HTTP client (and javascript) to do a long poll/websocket type of thing, especially since my use case is going to be elixir-to-elixir.

If there isn’t interest, that’s fine! It was a great excuse to learn more about TLS (and in particular two-way TLS)

1 Like