nodeSolidServer / nodeSolidServer/node-solid-server
HTTP2 for multiple files loading
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
In some use cases, we need to load all metadata files for resources in a folder (100-5000 *.metadata files (not using *.meta file due to https://github.com/solid/solid-spec/issues/168) ).

If NSS supports HTTP2, this will not be too resource consuming.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked speed-up-loading use case and the HTTP/2 support expected for Node Solid Server. Inspect the server's HTTP handling and determine how it should serve 100–5000 separate .metadata files efficiently; done means those files can be loaded over HTTP/2 without excessive resource use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100