1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript36 forks (36 forks)github user discovery
enhancementhelp wantedserver
Repository metrics
- Stars
- 301 stars (301 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Might alleviate the memory problems. Not sure if it would still be possible verifying that the JSON is valid (to prevent XSS through JSONP), but it might be ok to say "not our problem".
Contributor guide
- Research direction
- Investigate how to stream JSON data and validate its structure to prevent XSS through JSONP. Look into existing libraries for streaming JSON validation.
- Tech stack
- javascriptnodejs
- Domain
- backendapi
- Issue type
- Feature
- Prerequisites
- Node.js streamingJSON parsing