Overview
A networking platform combining job and event opportunities with real-time chat at multiple scopes. Admin-posted opportunities, user applications, and an event-driven socket architecture.
Problem
Real-time chat at scale — global rooms, group rooms, event-specific rooms, and 1-to-1 — is hard to do without melting the server when usage spikes during events.
Solution
We architected an event-driven socket layer with scoped rooms, scalable presence handling, and push notifications. Web and native mobile apps share the same real-time state.
What we built
- Admin-posted job and event opportunities
- User application workflows
- Real-time global chat
- Group chat
- Event-specific chat
- 1-to-1 messaging
- File and image sharing
- Push notifications and in-app notifications
- Scalable socket architecture