Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test notification #1779

Open
bourgeoa opened this issue Mar 26, 2024 · 5 comments
Open

test notification #1779

bourgeoa opened this issue Mar 26, 2024 · 5 comments

Comments

@bourgeoa
Copy link
Member

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
@CxRes
Copy link

CxRes commented Mar 26, 2024

PREP Demo (time permitting) on Solid-OS meeting on March 27.

@CxRes
Copy link

CxRes commented Mar 28, 2024

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.

@bourgeoa
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants