Implement the chat using the `stream`s available in Phoenix LiveView. Useful links: - [Example using `stream`s](https://elixircasts.io/phoenix-liveview-streams). - [Building a chat example](https://fly.io/phoenix-files/building-a-chat-app-with-liveview-streams/). - [Documentation](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#stream/4).
Implement the chat using the
streams available in Phoenix LiveView. Useful links:streams.