pm/FURPS/application/local_web_dev_harness.md

25 lines
758 B
Markdown
Raw Normal View History

2025-06-10 16:09:35 +10:00
# Local Web Dev Harness FURPS
## Functionality
1. Runs local Waku node to test Web application without relying on external connectivity.
2. js-waku runs in NodeJS for testing and CI purposes.
## Usability
1. Developer only need to run a script or preset to start local Waku node and have their web app connect to it.
2025-06-10 22:43:16 +10:00
2. Potential WSS/HTTPS issues are worked around so that developers do not need to manually generate or import SSL certificates.
2025-06-10 16:09:35 +10:00
3. There is an easy option for the developer to bootstrap and connect to local node, instead of external peers.
## Reliability
## Performance
## Supportability
1. Linux and Mac development environments.
2. Local network without RLN.
3. Chrome and Firefox browsers.
## + (Privacy, Anonymity, Deployments)