nodeSolidServer / nodeSolidServer/node-solid-server

HTTP2 for multiple files loading

Open
#1,379 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
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) ).

loadSkinnyTiddlers loading metadata files from SoLiD POD

If NSS supports HTTP2, this will not be too resource consuming.

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.