All Posts tagged as "test"

Testing WebSocket Clients in Elixir with a Mock Server

In this post we will discuss about a very high level overview of implementing a long running connection between two services with the use of WebSocket and then writing unit tests for the functionality.

Read