nodeSolidServer / nodeSolidServer/node-solid-server

test notification

Open
#1,779 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.8k
Forks
308
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the listed entry points: /lib/create-server.js, /lib/create-app.js, /lib/ldp.js, /handlers/get.js, and /lib/ldp-middleware.js, then review the discovery and proxy files named in the issue. The issue does not define acceptance criteria, so the expected completed behavior remains unclear.

Written by the indexing model from the issue text.

Assessment

Tech stack
express, javascript, node.js
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.