Week 10 Blog Post

After completing the chat front end last week I started working on connecting the back end to the front end. I added a component to our root component that would keep track of the chat database to see when a message is sent to the user. Whenever a message is received, the user will retrieve that chat from the database and display the messages. I also added the functionally to type text and send it on the client.

--

--