httping - A Phoenix LiveView demo

Screenshot of httping in action

This is an example Phoenix LiveView application I was putting together for the Phoenix Phrenzy competition but I didn’t submit in time.

The code is available though in case you find it useful.

Here’s a simple live HTTP ping application that checks the request performance of a HTTP(S) request to an endpoint.

httping demo

The application hits an API endpoint every 10 seconds that returns the HTTP check request and response details and then updates the UI with the result.

LiveView is so good, the majority of the time spent was trying to make it look nice!

If you have any tips or feedback please get in touch via Twitter.