WebSocket Connection

Main BalanceAd BalanceRewardRE RewardB RewardTotal Incentives

Message to Everyone:

In this project, we are using Angular for the frontend and .NET for the backend API. The Angular application handles user interactions, displaying data dynamically, and managing WebSocket communication, while the .NET API is responsible for handling requests, processing data, and responding to the frontend with the necessary information.

To display dynamic data, the frontend (Angular) receives messages through WebSocket, processes them, and displays them in a user-friendly table format. These messages come from the .NET API, which is responsible for providing the data, such as transaction details, balances, rewards, etc.