Examples & Resources
Patterns from real apps, and everything you need to explore the API.
Real-World Examples
Order Status Updates
Notify customers when their order ships, arrives, or encounters an issue.
Channel
orders-user-{userId}Events
order-shippedorder-deliveredorder-delayedLive Dashboard
Stream metrics and analytics to admin dashboards without polling.
Channel
dashboard-company-{companyId}Events
metrics-updatealert-triggeredTeam Chat
Build real-time chat for teams or customer support.
Channel
chat-room-{roomId}Events
message-sentuser-typinguser-joinedGame State Sync
Keep multiplayer game state synchronized across all players.
Channel
game-match-{matchId}Events
player-movedscore-updatedgame-endedResources
Everything you need to integrate PushFlo into your project.
Official SDK
TypeScript SDK with browser client, server client, and React hooks. Zero runtime dependencies.
View on GitHub →
NPM Package
Install @pushflodev/sdk from npm, yarn, or pnpm.
View on npm →
Example Projects
Hello World, Vanilla JS, Next.js, Express, React + Vite, and Chat App examples.
Browse Examples →
Postman Collection
Import the Postman collection to test the PushFlo API directly.
Download Collection →
Insomnia Collection
Import the Insomnia collection for API testing.
Download Collection →
GitHub Organization
All PushFlo repositories, including SDK, examples, and more.
View on GitHub →
