pheyvaer / solid-chess

A decentralized chess app build on top of Solid.
https://pheyvaer.github.io/solid-chess/
MIT License
51 stars 12 forks source link

use websockets to detect new entries in inbox #7

Open pheyvaer opened 5 years ago

pheyvaer commented 5 years ago

Use websockets to detect new entries in a user's inbox instead of pulling. At the moment, however, I only get updates via websockets for ack and not pub.

EDIT: This the expected behaviour. At the moment you cannot get this information via websockets. It would be nice to have though, see this issue of the Node Solid Server.