This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Scalable Notification System Design (Push, SMS, Email) | |
| ## Overview | |
| Design a highly reliable notification system capable of sending push notifications, SMS, and emails to over 1 million users while ensuring: | |
| * No duplicate sends | |
| * No missed notifications | |
| * Graceful degradation during provider outages | |
| * High scalability and fault tolerance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="app"> | |
| </div> |