reading-notes

Event Driven Architecture

Discuss 2 possible project ideas that could be completed by you and a partner in the alloted time.

Create a real-time chat application that allows users to communicate with each other using a hub-server and multiple clients. The application will employ an event-driven architecture where events are published and subscribed to by the clients. The chat messages will be exchanged over the network in real-time.

Build a real-time stock price monitoring application that utilizes an event-driven architecture. The application will connect to a stock price API, receive real-time stock updates, and display them to the users. Users can subscribe to specific stocks and receive instant updates whenever there are price changes.

What are your learning goals after reading and reviewing the class README?

to learn more about CAPS