PushBullet supports a websocket interface for getting and sending pushes in realtime. The API just needs to return a websocket (using the websocket module) that points at this endpoint. It shouldn't be too bad but will need to use authentication still.
PushBullet supports a websocket interface for getting and sending pushes in realtime. The API just needs to return a websocket (using the websocket module) that points at this endpoint. It shouldn't be too bad but will need to use authentication still.