Real-Time Communication Implementation
In Progress
Task details
Implementing real-time communication features for multiple use cases, including in-game interactions, live notifications, and other real-time events.
Implemented the Social section
Task update
July 17, 2026, 12:20 p.m.
The implementation of the social section in Marvel Realm has been completed. - Integrated the feed system in Marvel Realm. Users can now see what people who they have followed have done, including their earned score points, changes in their ranks across different leaderboards, and other activities across the Sonorous Arts platform. - Each feed entry can be opened, allowing access to different parameters that make up that feed entry, such as the leaderboard for a game in which a followed user has earned a new highscore in, or to open that game directly. - Users can now edit their profile information directly within Marvel Realm. - The discover tab has been moved from the community panel over to the social section.
Implemented Privacy Features
Task update
July 2, 2026, 4:20 p.m.
Implemented privacy features such as preventing users from chatting with you, disabling your online presence and preventing users from seeing you.
Implemented User Profiles and Interactions
Task update
July 2, 2026, 3:59 p.m.
Implemented the capability to display user profiles. Users can follow/unfollow one another, communicate privately and even more within the Marvel Realm client.
Implemented Private Chatting
Task update
July 2, 2026, 3:47 p.m.
Added and deployed the functionality to chat privately for users online across the whole suite.
Implemented the Community User Interface
Task update
July 2, 2026, 3:35 p.m.
Designed and implemented the panel for community interactions across the entire Marvel Realm suite. Displays information such as in-game online users, users online across the whole suite and more.
Implemented Live-Chat In Marvel Realm Games
Task update
June 23, 2026, 3:32 a.m.
Implemented live-chat in Marvel Realm games, enabling users connected to the same game title to communicate with each other.
Implemented Live-Notification Support In Marvel Realm
Task update
June 23, 2026, 3:28 a.m.
Added live-notification support to Marvel Realm. This update enables pushing alerts and notifications directly from the Sonorous Arts platform to users.
Implemented the Real-Time Client In Marvel Realm
Task update
June 23, 2026, 3:23 a.m.
The real-time client has been implemented in Marvel Realm. It now utilizes the SAGE real-time client as its back-end engine.
Implemented the Client Core
Task update
June 23, 2026, 3:17 a.m.
The real-time client has been added to SAGE framework. It features:
- Authentication
- Connection lifecycle management and tracking
- Re-connection and authentication token refresh routine
- Completely event-based
- Fully modular
- Event publishing
- Room handling
- Packet queues
- Fully asynchronous
- Web socket support
- HTTP transport fallback support
Implemented the Server Core
Task update
June 23, 2026, 3:06 a.m.
The real-time server core has been implemented. It features:
- Authentication
- Event publishing
- Event type restrictions
- Room handling
- Web socket support
- HTTP transport support