| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Real-time notifications for resource changes using the solid-0.1 protocol (SolidOS compatible).
jss start --notificationsClients discover the WebSocket URL via the Updates-Via header:
curl -I http://localhost:4443/alice/public/
# Updates-Via: ws://localhost:4443/.notificationsServer: protocol solid-0.1 Client: sub http://localhost:4443/alice/public/data.json Server: ack http://localhost:4443/alice/public/data.json Server: pub http://localhost:4443/alice/public/data.json (on change)
For development, --live-reload injects a script that auto-refreshes the browser when files change on disk:
jss start --live-reload --notificationsFile system changes (editing files directly) also trigger WebSocket notifications.
| Back | FazBrowse Home | New Git URL |