To make sure our application can properly handle requests and failures, we should set up a testing framework that tests our applications performance and failure resilience.
Our backend is working towards exposing a websocket api and we can always maintain a REST API with which to get and set pixel values. Additionally, docker clients exist in many languages so we can create reproducible tests that crash individual servers to test application resiliency.
To make sure our application can properly handle requests and failures, we should set up a testing framework that tests our applications performance and failure resilience.
Our backend is working towards exposing a websocket api and we can always maintain a REST API with which to get and set pixel values. Additionally, docker clients exist in many languages so we can create reproducible tests that crash individual servers to test application resiliency.