This web app is a simple tech demo. You can send messages to a back-end over a WebSocket. These messages are echoed back to the front-end.
The front-end is a React Native app. The back-end is written in Go, using the Fiber framework.
If the WebSocket connection drops, the front-end will attempt to reconnect.