node-solid-server
node-solid-server copied to clipboard
test notification
NSS server express server implementation
create express servers /lib/create-server.js
- http server
- webSockets server from npm solid-ws
set live param to bind to ws publish
- Updates-Via header /handlers/get.js
- update webSocket /lib/ldp.js#L309
create app /lib/create-app.js
- headersInit()
- header links from lib/header.js
- routes :
- discovery routes
- capability discovery /lib/capability-discovery.js
router.get /.well-known/solid
- Payment Pointer discovery /lib/payment-pointer-discovery.js
router.get /.well-known/pay
- http routes (ldp middleware) lib/ldp-middleware.js
router.use
- corsProxy lib/handlers/cors-proxy.js
app.use /proxy
- authProxy
https://solid.github.io/notifications/protocol https://github.com/o-development/solid-notification-client
https://github.com/elf-pavlik/streaming-http-demo
https://solid.github.io/solid-prep/protocol/
https://github.com/CxRes/express-accept-events-temp https://github.com/CxRes/express-prep-temp
PREP Demo (time permitting) on Solid-OS meeting on March 27.
Also https://github.com/solid/solid-prep for Solid-PREP. This describes the message format for RDF (you can substitute this with turtle or n3) and when to send the notification.
https://docs.activitypods.org/architecture/live-update/