Bulk Sending
jxpush includes a high-performance bulk sending mechanism. It automatically handles batching (splitting large lists into chunks) and concurrency limits.
sendMulticast
Use the sendMulticast method to send messages to thousands of devices efficiently.
typescript
Features
- Automatic Batching: Messages are processed in chunks (default: 500) to respect provider limits (e.g., FCM's 500 limit).
- Rate Limiting: If configured, the client respects rate limits during bulk sends.
- Detailed Reporting: Returns a summary object with total counts and individual results for debugging.