Airwave
Ship collaborative experiences that mirror organic interactions
No need to worry about coordinating websocket connections or complex pubsub infrastructure. Airwave APIs let you focus on building fast, realtime, multi-client features.
The Problem
Many realtime features use websockets and the like for implementation. The main roadblock for developers is managing persistent connections across multiple clients and servers. It can quickly become a headache for performance and architecture design since it requires some sort of pubsub event broker to sync clients to each other.
The Solution
This API will manage the hard details without having any opinions on implementation, leaving you with the simple concept of triggering and listening to Events on a Channel. Use it to build mutliplayer games, chat, active status, and more.